summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/disable-llvm.c
Commit message (Collapse)AuthorAgeFilesLines
* Another fix for r291850 because there are apparently targets which addChandler Carruth2017-01-131-4/+4
| | | | | | | "-mllvm" flags to the CC1 invocation (notably, Hexagon seems to hit this). llvm-svn: 291881
* Address review comments on r290392:Chandler Carruth2017-01-121-0/+22
- Don't break using '-mllvm -disable-llvm-optzns' (yet). - Don't add support for '-mllvm -disable-llvm-passes'. This is important for LLVM 4 as we haven't yet really told folks this is coming. I'll add release notes about this. I've also added some explicit testing of this so its more obvious what is happening here. llvm-svn: 291850
OpenPOWER on IntegriCloud