def no_exec_stack : Flag<"--noexecstack">,
HelpText<"Mark the file as not needing an executable stack">;
-def fatal_warnings : Flag<"-fatal-warnings">,
+def fatal_warnings : Flag<"--fatal-warnings">,
HelpText<"Consider warnings as errors">;
// Do nothing, this is the default and we don't support anything else.
} else if (Value == "-L") {
CmdArgs.push_back("-msave-temp-labels");
- } else if (Value == "-fatal-warnings") {
+ } else if (Value == "--fatal-warnings") {
CmdArgs.push_back("-mllvm");
CmdArgs.push_back("-fatal-assembler-warnings");
} else {