Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++ | Alex Lorenz | 2018-06-19 | 1 | -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 -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
| | | | | llvm-svn: 148582 | ||||
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148141 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148138 | ||||
* | Output to tempfile | Matt Beaumont-Gay | 2011-03-22 | 1 | -1/+1 |
| | | | | llvm-svn: 128043 | ||||
* | test/CodeGenCXX/apple-kext-guard-variable.cpp: May I appease non-darwin hosts? | NAKAMURA Takumi | 2011-03-18 | 1 | -1/+1 |
| | | | | llvm-svn: 127869 | ||||
* | The Darwin kernel does not provide useful guard variable support. | John McCall | 2011-03-18 | 1 | -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 |