We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-cl-intel-disable-zebin
1 parent 6ab567c commit 1d5dc82Copy full SHA for 1d5dc82
IGC/Options/include/igc/Options/CommonInternalOptions.td
@@ -25,6 +25,8 @@ def intel_allow_zebin : ClFlag<"intel-allow-zebin">,
25
26
defm disable_zebin : CommonFlag<"disable-zebin">,
27
HelpText<"Emit binary in legacy format">;
28
+def intel_disable_zebin : ClFlag<"intel-disable-zebin">,
29
+ Alias<disable_zebin_ze>;
30
31
}
32
// }} Common internal options
0 commit comments