================ @@ -32,6 +32,9 @@ def builtin_bitcode_EQ : Joined<["--"], "builtin-bitcode=">, def device_linker_args_EQ : Joined<["--"], "device-linker=">, Flags<[WrapperOnlyOption]>, MetaVarName<"<value> or <triple>=<value>">, HelpText<"Arguments to pass to the device linker invocation">; +def device_compiler_args_EQ : Joined<["--"], "device-compiler=">, + Flags<[WrapperOnlyOption]>, MetaVarName<"<value> or <triple>=<value>">, + HelpText<"Arguments to pass to the device linker invocation">; ---------------- jdenny-ornl wrote:
```suggestion HelpText<"Arguments to pass to the device compiler invocation">; ``` https://github.com/llvm/llvm-project/pull/101032 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits