1
0
Fork 0
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:
Brian Fiete 2022-01-25 14:39:52 -05:00
parent 8ce94e7076
commit 37c4074c44
4 changed files with 15 additions and 2 deletions

View file

@ -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,