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:
parent
72bce05103
commit
d5b0e6d06d
5 changed files with 388 additions and 525 deletions
|
@ -357,7 +357,8 @@ enum BfOptLevel
|
|||
enum BfLTOType
|
||||
{
|
||||
BfLTOType_None = 0,
|
||||
BfLTOType_Thin = 1
|
||||
BfLTOType_Thin = 1,
|
||||
BfLTOType_Fat = 2
|
||||
};
|
||||
|
||||
enum BfCFLAAType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue