[llvm] MetaRenamer: replaced command line options with pass parameters (PR #133975)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 1 23:56:22 PDT 2025


================
@@ -947,6 +948,65 @@ parseLowerAllowCheckPassOptions(StringRef Params) {
   return Result;
 }
 
+Expected<MetaRenamerOptions> parseMetaRenamerPassOptions(StringRef Params) {
----------------
paperchalice wrote:

We should unify the syntax to handle the case `pass-name<arg=a list>`, pass `internalize` has the same request but has a different syntax, pending on pass infrastructure maintainers.

https://github.com/llvm/llvm-project/pull/133975


More information about the llvm-commits mailing list