summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/apple-kext-guard-variable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
| | | | llvm-svn: 148138
* Output to tempfileMatt Beaumont-Gay2011-03-221-1/+1
| | | | llvm-svn: 128043
* test/CodeGenCXX/apple-kext-guard-variable.cpp: May I appease non-darwin hosts?NAKAMURA Takumi2011-03-181-1/+1
| | | | llvm-svn: 127869
* The Darwin kernel does not provide useful guard variable support.John McCall2011-03-181-0/+9
Issue this as an IR-gen error; it's not really worthwhile doing this "right", i.e. in Sema, because IR gen knows a lot of tricks beyond what the constant evaluator knows. llvm-svn: 127854
OpenPOWER on IntegriCloud