[Mlir-commits] [mlir] [MLIR][NVVM] Add `cmd-options` to pass flags to the downstream compiler (PR #127457)
Guray Ozen
llvmlistbot at llvm.org
Mon Feb 17 02:10:49 PST 2025
================
@@ -143,6 +143,9 @@ def GpuNVVMAttachTarget: Pass<"nvvm-attach-target", ""> {
"Enable flush to zero for denormals.">,
ListOption<"linkLibs", "l", "std::string",
"Extra bitcode libraries paths to link to.">,
+ Option<"cmdOptions", "cmd-options", "std::string",
----------------
grypp wrote:
I addressed that. Agreed, it's better name
https://github.com/llvm/llvm-project/pull/127457
More information about the Mlir-commits
mailing list