[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:00:27 PDT 2025
================
@@ -18,7 +18,33 @@
#include "llvm/IR/PassManager.h"
namespace llvm {
+
+struct MetaRenamerOptions {
+ /// Prefixes for functions that don't need to be renamed, separated by a comma
+ std::string RenameExcludeFunctionPrefixes;
----------------
egorshamshura wrote:
fixed
https://github.com/llvm/llvm-project/pull/133975
More information about the llvm-commits
mailing list