Using parsed codegen flags
This commit is contained in:
parent
bb6dcf5f74
commit
487766cef0
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetOptions Options;
|
TargetOptions Options = codegen::InitTargetOptionsFromCodeGenFlags(Trip);
|
||||||
|
|
||||||
Options.FloatABIType = FloatABI::Default;
|
Options.FloatABIType = FloatABI::Default;
|
||||||
if (UseSoftFloat) {
|
if (UseSoftFloat) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue