[PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file

Taewook Oh via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 14:30:31 PDT 2016


twoh added a comment.

Is there a particular reason why "opt_record_file" is defined in CC1Options.td, not Options.td? If -opt-record-file=<filename> is provided by the command line, line 829-831 in CompilerInvocation.cpp won't handle it because opt_record_file is not a CodeGenArg.


Repository:
  rL LLVM

https://reviews.llvm.org/D25225





More information about the cfe-commits mailing list