[clang] [LinkerWrapper] Extend with usual pass options (PR #96704)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 15:56:51 PDT 2024
================
@@ -0,0 +1,77 @@
+; Check various clang-linker-wrapper pass options after -offload-opt.
----------------
jhuber6 wrote:
Hm, is this really the only LLVM-IR file in the Driver directory? I guess it makes sense, though you could probably just do what the other linker wrapper tests do and use `clang-cc1` to directly get some random IR to use.
https://github.com/llvm/llvm-project/pull/96704
More information about the cfe-commits
mailing list