summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-04-23-dbg.c
Commit message (Collapse)AuthorAgeFilesLines
* There is no reason for this test to invoke 'llc'.Daniel Dunbar2010-07-301-1/+1
| | | | llvm-svn: 109847
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79991
* Handle corner case where clang-cc is invoked directly to compile ↵Devang Patel2009-04-231-0/+20
preprocessed source file without -main-file-name. In this case, CDDebugInfo is not able identify correct main source file becase SM.isFromMainFile() returns true for locations from header files as well as locations from main source file. This patch takes conservative approach by not emitting more then one compile unit with isMain bit set. llvm-svn: 69902
OpenPOWER on IntegriCloud