[llvm] [PassBuilder] Treat pipeline aliases as normal passes (PR #146038)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 01:24:53 PDT 2025


================
@@ -0,0 +1,5 @@
+; RUN: not opt -passes="default" < %s 2>&1 | FileCheck %s --check-prefix=MISSING-OPT-LEVEL
+; RUN: not opt -passes="default<foo>" < %s 2>&1 | FileCheck %s --check-prefix=INVALID-OPT-LEVEL
----------------
arsenm wrote:

Check errors with the other names too?

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


More information about the llvm-commits mailing list