diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2017-12-19 17:16:45 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2017-12-19 17:16:45 +0000 |
commit | cf73eba142afd533205a94e3e472697cf908047b (patch) | |
tree | 723c1bf774fea5ae5634edbe99c1579c5548d0f3 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 51425fa5bae06690973c1fbb3453500113518055 (diff) | |
download | llvm-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