[clang] [LinkerWrapper] Extend with usual pass options (PR #96704)
Joel E. Denny via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 14:50:09 PDT 2024
================
@@ -0,0 +1,10 @@
+// Check that these simple command lines for listing LLVM options are supported,
----------------
jdenny-ornl wrote:
Grepping for -help in llvm's test suite finds various such tests. The point here is to make sure `--offload-opt=--help can list these opt-like options as opposed to the normal clang-linker-wrapper options. Seems like an important feature.
https://github.com/llvm/llvm-project/pull/96704
More information about the cfe-commits
mailing list