[PATCH] D82547: [Debugify] Expose original debug info preservation check as CC1 option
Jan Svoboda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 02:37:12 PDT 2021
jansvoboda11 requested changes to this revision.
jansvoboda11 added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/include/clang/Driver/Options.td:4872
+ "optimizations.">;
+def fverify_debuginfo_preserve_export
+ : Joined<["-"], "fverify-debuginfo-preserve-export=">,
----------------
Please, update the new options to use the marshalling infrastructure. You can then remove the code from `CompilerInvocation`.
https://clang.llvm.org/docs/InternalsManual.html#adding-new-command-line-option
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82547/new/
https://reviews.llvm.org/D82547
More information about the llvm-commits
mailing list