summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pragma-weak.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the FunctionDecl's created by "#pragma weak" have correct ↵Eli Friedman2011-09-071-4/+11
| | | | | | ParmVarDecl's. PR10878. llvm-svn: 139224
* Fix PR8720 by printing an error message with a substring that the gcc ↵Rafael Espindola2010-12-071-1/+1
| | | | | | testsuite searches for. llvm-svn: 121137
* 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
* convert this to filecheck, hopefully it will fix PR4888. If nothingChris Lattner2009-09-081-36/+43
| | | | | | else it will make tests run faster and make 4888 easier to diagnose. llvm-svn: 81238
* Fix test case for Darwin10 (which sets ssp), and move to CodeGen/Daniel Dunbar2009-08-041-0/+158
llvm-svn: 78049
OpenPOWER on IntegriCloud