[clang] [lld] [llvm] [RFC] Initial reference pass-plugin in LLVM (PR #171111)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 05:04:03 PST 2025


================
@@ -0,0 +1,127 @@
+# REQUIRES: native, system-linux, plugins, pypass-plugin
+
+# Entry-points in default and -O0 pipeline
+#
+# RUN: env LLVM_PYPASS_SCRIPT=%s \
----------------
serge-sans-paille wrote:

Why not using the option approach that's also available? That would be better for those using this test file as an example.

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


More information about the llvm-commits mailing list