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 bb6dcf5 commit 487766cCopy full SHA for 487766c
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -424,7 +424,7 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
424
return nullptr;
425
}
426
427
- TargetOptions Options;
+ TargetOptions Options = codegen::InitTargetOptionsFromCodeGenFlags(Trip);
428
429
Options.FloatABIType = FloatABI::Default;
430
if (UseSoftFloat) {
0 commit comments