[PATCH] D121566: Load pass plugins during option processing, so that plugin options are registered and live.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 10:58:33 PDT 2022


mehdi_amini added inline comments.


================
Comment at: llvm/tools/opt/opt.cpp:602
     "llvm .bc -> .bc modular optimizer and analysis printer\n");
 
   LLVMContext Context;
----------------
Should we sanitize that the new PM is enabled if PassPlugins is provided and error otherwise?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121566/new/

https://reviews.llvm.org/D121566



More information about the llvm-commits mailing list