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.
1 parent 2d52eb6 commit db8ef61Copy full SHA for db8ef61
llvm/tools/llc/llc.cpp
@@ -130,8 +130,9 @@ static cl::opt<std::string> SplitDwarfFile(
130
static cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
131
cl::desc("Do not verify input module"));
132
133
-static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls",
134
- cl::desc("Disable simplify-libcalls"));
+static cl::opt<bool>
+ DisableSimplifyLibCalls("disable-simplify-libcalls",
135
+ cl::desc("Disable simplify-libcalls"));
136
137
static cl::opt<bool> ShowMCEncoding("show-mc-encoding", cl::Hidden,
138
cl::desc("Show encoding in .s output"));
0 commit comments