Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove -cc1 option "-backend-option". | Eli Friedman | 2018-04-12 | 1 | -4/+0 |
| | | | | | | | | | It means the same thing as -mllvm; there isn't any reason to have two options which do the same thing. Differential Revision: https://reviews.llvm.org/D45109 llvm-svn: 329965 | ||||
* | Pass -backend-option to LLVM when there is no target machine. | Yaxun Liu | 2016-04-12 | 1 | -0/+4 |
Clang should pass -backend-option to LLVM even though there is no target machine, since LLVM passes are used when emitting LLVM IR. Differential Revision: http://reviews.llvm.org/D17552 llvm-svn: 266117 |