[llvm] [CodeGen][NPM] Port VirtRegRewriter to NPM (PR #130564)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 30 02:19:00 PDT 2025
================
@@ -1502,6 +1502,19 @@ Expected<bool> parseMachineBlockPlacementPassOptions(StringRef Params) {
inconvertibleErrorCode());
}
return AllowTailMerge;
+};
----------------
Pierre-vh wrote:
extra semicolon here causes a build failure
https://github.com/llvm/llvm-project/pull/130564
More information about the llvm-commits
mailing list