aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2017-12-19 17:16:45 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2017-12-19 17:16:45 +0000
commitcf73eba142afd533205a94e3e472697cf908047b (patch)
tree723c1bf774fea5ae5634edbe99c1579c5548d0f3 /llvm/lib/CodeGen/MachineOperand.cpp
parent51425fa5bae06690973c1fbb3453500113518055 (diff)
downloadllvm-cf73eba142afd533205a94e3e472697cf908047b.zip
llvm-cf73eba142afd533205a94e3e472697cf908047b.tar.gz
llvm-cf73eba142afd533205a94e3e472697cf908047b.tar.bz2
[clang] -foptimization-record-file= should imply -fsave-optimization-record
The Clang option -foptimization-record-file= controls which file an optimization record is output to. Optimization records are output if you use the Clang option -fsave-optimization-record. If you specify the first option without the second, you get a warning that the command line argument was unused. Passing -foptimization-record-file= should imply -fsave-optimization-record. This fixes PR33670 Patch by: Dmitry Venikov <venikov@phystech.edu> Differential revision: https://reviews.llvm.org/D39834 llvm-svn: 321090
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions