Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -iframeworkwithsysroot compiler option | Alex Lorenz | 2017-03-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit adds support for a new -iframeworkwithsysroot compiler option which allows the user to specify a framework path that can be prefixed with the sysroot. This option is similar to the -iwithsysroot option that exists to supplement -isystem. rdar://21316352 Differential Revision: https://reviews.llvm.org/D30183 llvm-svn: 297614 | ||||
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | -iframework should allow separate arguments. | Douglas Gregor | 2012-09-25 | 1 | -1/+1 |
| | | | | llvm-svn: 164607 | ||||
* | Frontend: Support -iframework. | Daniel Dunbar | 2011-10-18 | 1 | -0/+3 |
llvm-svn: 142418 |