mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Ability to explicitly set target triple
This commit is contained in:
parent
8ce94e7076
commit
37c4074c44
4 changed files with 15 additions and 2 deletions
|
@ -697,6 +697,8 @@ namespace IDE.Compiler
|
|||
}
|
||||
|
||||
//Debug.WriteLine("HandleOptions SetOptions:{0:X}", (int)optionFlags);
|
||||
if (!options.mTargetTriple.IsWhiteSpace)
|
||||
targetTriple.Set(options.mTargetTriple);
|
||||
|
||||
SetOptions(hotBfProject, hotIdx,
|
||||
targetTriple, options.mTargetCPU, (int32)options.mToolsetType, (int32)options.mBfSIMDSetting, (int32)options.mAllocStackTraceDepth,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue