summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/sret.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare tests for change to emit Module SourceFileName to LLVM assemblyTeresa Johnson2016-03-301-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 Olesen2014-01-141-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 Espindola2013-09-041-1/+1
| | | | llvm-svn: 189910
* Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher2011-07-261-0/+15
most of them to FileCheck. llvm-svn: 136159
OpenPOWER on IntegriCloud