1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00

Optimization phases for LLVM upgrade

This commit is contained in:
Brian Fiete 2024-05-05 12:26:21 -04:00
parent 72bce05103
commit d5b0e6d06d
5 changed files with 388 additions and 525 deletions

View file

@ -357,7 +357,8 @@ enum BfOptLevel
enum BfLTOType
{
BfLTOType_None = 0,
BfLTOType_Thin = 1
BfLTOType_Thin = 1,
BfLTOType_Fat = 2
};
enum BfCFLAAType