summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/backend-option.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-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 Liu2016-04-121-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
OpenPOWER on IntegriCloud