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 df2725f commit ca39c83Copy full SHA for ca39c83
llvm/tools/llc/llc.cpp
@@ -614,7 +614,7 @@ static int compileModule(char **argv, LLVMContext &Context) {
614
615
assert(M && "Should have exited if we didn't have a module!");
616
if (codegen::getFloatABIForCalls() != FloatABI::Default)
617
- Options.FloatABIType = codegen::getFloatABIForCalls();
+ Target->Options.FloatABIType = codegen::getFloatABIForCalls();
618
619
// Figure out where we are going to send the output.
620
std::unique_ptr<ToolOutputFile> Out =
0 commit comments