Skip to content

Commit ca39c83

Browse files
author
Chen Zheng
committed
fix a typo
1 parent df2725f commit ca39c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llc/llc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ static int compileModule(char **argv, LLVMContext &Context) {
614614

615615
assert(M && "Should have exited if we didn't have a module!");
616616
if (codegen::getFloatABIForCalls() != FloatABI::Default)
617-
Options.FloatABIType = codegen::getFloatABIForCalls();
617+
Target->Options.FloatABIType = codegen::getFloatABIForCalls();
618618

619619
// Figure out where we are going to send the output.
620620
std::unique_ptr<ToolOutputFile> Out =

0 commit comments

Comments
 (0)