[clang] [LinkerWrapper] Extend with usual pass options (PR #96704)

Joel E. Denny via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 17:21:36 PDT 2024


================
@@ -0,0 +1,77 @@
+; Check various clang-linker-wrapper pass options after -offload-opt.
----------------
jdenny-ornl wrote:

OK, I did that.  I used opt to discard the inline attribute that clang introduces.  If you know of a better way that doesn't perform inlining before the clang-linker-wrapper call, let me know.

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


More information about the cfe-commits mailing list