llvm-6502/test
Dan Gohman 3b9bc04eda Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Don't print "SrcLine"; just print the filename and line number, which
is obvious enough and more informative.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90631 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-05 00:23:29 +00:00
..
Analysis Add a comment about A[i+(j+1)]. 2009-12-01 01:38:10 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Also attempt trivial coalescing for live intervals that end in a copy. 2009-12-04 00:16:04 +00:00
DebugInfo Clear function specific containers while processing end of a function, even if DW_TAG_subprogram for current function is not found. 2009-12-01 18:13:48 +00:00
ExecutionEngine Remove test. Execution tests are slow and generally not worth it. 2009-11-08 02:23:15 +00:00
Feature
FrontendAda
FrontendC Remove now-redundant llvm-as invocations. 2009-12-05 00:02:37 +00:00
FrontendC++ Fix this code to use DIScope instead of DICompileUnit, as in r90181. 2009-12-05 00:23:29 +00:00
FrontendFortran
FrontendObjC Remove now-redundant llvm-as invocations. 2009-12-05 00:02:37 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Cleanup some unused RUN lines. 2009-11-08 09:07:42 +00:00
MC
Other
Scripts
TableGen Fix pr5470. Tablegen handles template arguments by temporarily setting their 2009-11-22 03:58:57 +00:00
Transforms Fix PR5551 by not ignoring the top level constantexpr when 2009-12-04 06:29:29 +00:00
Unit Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, 2009-11-08 09:07:51 +00:00
Verifier
CMakeLists.txt Two small fixes for site.exp for cmake. 2009-11-08 09:29:52 +00:00
lit.cfg Derive the right paths to use during testing instead of passing it in via make. 2009-11-08 09:08:00 +00:00
lit.site.cfg.in
Makefile Revert the test from r88984. It relies on being able to mmap 16GB of 2009-11-16 23:32:30 +00:00
Makefile.tests
site.exp.in Two small fixes for site.exp for cmake. 2009-11-08 09:29:52 +00:00
TestRunner.sh