summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/apple-kext-guard-variable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-1/+1
| | | | | | | | | | | | | | | | The recommit ensures that the tests that failed on bots don't trigger the warning. Xcode 10 removes support for libstdc++, but the users just get a confusing include not file warning when including an STL header (when building for iOS6 which uses libstdc++ by default for example). This patch adds a new warning that lets the user know that the libstdc++ include path was not found to ensure that the user is more aware of why the error occurs. rdar://40830462 Differential Revision: https://reviews.llvm.org/D48297 llvm-svn: 335081
* 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