================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
