1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 17:48:01 +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

@ -775,6 +775,7 @@ namespace IDE.ui
return false;
});
allocPropEntry.mOnUpdate();
AddPropertiesItem(category, "Target Triple", "mTargetTriple");
AddPropertiesItem(category, "Target CPU", "mTargetCPU");
AddPropertiesItem(category, "SIMD Instructions", "mBfSIMDSetting");
AddPropertiesItem(category, "Optimization Level", "mBfOptimizationLevel",