| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | There is no reason for this test to invoke 'llc'. | Daniel Dunbar | 2010-07-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 109847 | ||||
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -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 Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 79991 | ||||
| * | Handle corner case where clang-cc is invoked directly to compile ↵ | Devang Patel | 2009-04-23 | 1 | -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 | |||||

