[PATCH] D121566: Load pass plugins during option processing, so that plugin options are registered and live.
wael yehia via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 21:38:23 PDT 2022
w2yehia marked an inline comment as done.
w2yehia added inline comments.
================
Comment at: llvm/tools/opt/opt.cpp:602
"llvm .bc -> .bc modular optimizer and analysis printer\n");
LLVMContext Context;
----------------
mehdi_amini wrote:
> Should we sanitize that the new PM is enabled if PassPlugins is provided and error otherwise?
Thanks. Done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121566/new/
https://reviews.llvm.org/D121566
More information about the llvm-commits
mailing list