================ @@ -0,0 +1,127 @@ +# REQUIRES: native, system-linux, plugins, pypass-plugin + +# Entry-points in default and -O0 pipeline +# +# RUN: env LLVM_PYPASS_SCRIPT=%s \ ---------------- weliveindetail wrote:
The option approach requires `-Xclang -load` that will load the plugin in a completely different point in time. That's why I prefer the environment variables here. Once we fixed options, I am happy to update this. https://github.com/llvm/llvm-project/pull/171111 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
