[llvm] MetaRenamer: replaced command line options with pass parameters (PR #133975)
Shamshura Egor via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 23:01:21 PDT 2025
================
@@ -1,4 +1,4 @@
-; RUN: opt -passes=metarenamer -rename-exclude-function-prefixes=my_func -rename-exclude-global-prefixes=my_global -rename-exclude-struct-prefixes=my_struct -rename-exclude-alias-prefixes=my_alias -S %s | FileCheck %s
+; RUN: opt -passes='metarenamer<rename-exclude-function-prefixes=my_func;rename-exclude-global-prefixes=my_global;rename-exclude-struct-prefixes=my_struct;rename-exclude-alias-prefixes=my_alias>' -S %s | FileCheck %s
----------------
egorshamshura wrote:
added invalid-pass-parameter test and semicolon-substr test
https://github.com/llvm/llvm-project/pull/133975
More information about the llvm-commits
mailing list