Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Differential revision: https://reviews.llvm.org/D39834 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321090 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information