[PATCH] D39834: [clang] -foptimization-record-file= should imply -fsave-optimization-record
Jonas Devlieghere via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 20 07:17:10 PST 2017
JDevlieghere added a comment.
This also ensures that if `fno_save_optimization_record` is specified, you don't overwrite it by setting the file. This is definitely something you'd want to add to your test case.
https://reviews.llvm.org/D39834
More information about the cfe-commits
mailing list