Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another fix for r291850 because there are apparently targets which add | Chandler Carruth | 2017-01-13 | 1 | -4/+4 |
| | | | | | | | "-mllvm" flags to the CC1 invocation (notably, Hexagon seems to hit this). llvm-svn: 291881 | ||||
* | Address review comments on r290392: | Chandler Carruth | 2017-01-12 | 1 | -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 |