Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare tests for change to emit Module SourceFileName to LLVM assembly | Teresa Johnson | 2016-03-30 | 1 | -1/+1 |
| | | | | | | | | | Modify these tests to ignore the source file name when looking for the expected string. It was already catching the source file name once via the ModuleID, and will catch it another time with an impending change to LLVM to serialize out the module's SourceFileName. llvm-svn: 264868 | ||||
* | Puny 24-byte structs are returned by value on SPARC. | Jakob Stoklund Olesen | 2014-01-14 | 1 | -0/+2 |
| | | | | | | | Pad these structs up so they are sret-returned even on that architecture. llvm-svn: 199188 | ||||
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 189910 | ||||
* | Migrate most of the rest of test/FrontendC from llvm and migrate | Eric Christopher | 2011-07-26 | 1 | -0/+15 |
most of them to FileCheck. llvm-svn: 136159 |