@@ -87,15 +87,18 @@ def GpuModuleToBinaryPass
87
87
3. `binary`, `bin`: produces binaries.
88
88
4. `fatbinary`, `fatbin`: produces fatbinaries.
89
89
}];
90
- let options =
91
- [Option<"toolkitPath", "toolkit", "std::string", [{""}], "Toolkit path.">,
92
- ListOption<"linkFiles", "l", "std::string", "Extra files to link to.">,
93
- Option<"cmdOptions", "opts", "std::string", [{""}],
94
- "Command line options to pass to the tools.">,
95
- Option<"compilationTarget", "format", "std::string", [{"fatbin"}],
96
- "The target representation of the compilation process.">,
97
- Option<"elfSection", "section", "std::string", [{""}],
98
- "ELF section where binary is to be located.">];
90
+ let options = [
91
+ Option<"toolkitPath", "toolkit", "std::string", [{""}],
92
+ "Toolkit path.">,
93
+ ListOption<"linkFiles", "l", "std::string",
94
+ "Extra files to link to.">,
95
+ Option<"cmdOptions", "opts", "std::string", [{""}],
96
+ "Command line options to pass to the tools.">,
97
+ Option<"compilationTarget", "format", "std::string", [{"fatbin"}],
98
+ "The target representation of the compilation process.">,
99
+ Option<"elfSection", "section", "std::string", [{""}],
100
+ "ELF section where binary is to be located.">
101
+ ];
99
102
}
100
103
101
104
def GpuNVVMAttachTarget: Pass<"nvvm-attach-target", ""> {
0 commit comments