diff options
Diffstat (limited to 'include/llvm/LTO/Config.h')
| -rw-r--r-- | include/llvm/LTO/Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/LTO/Config.h b/include/llvm/LTO/Config.h index 5ba8492db8f5..73106f77ca55 100644 --- a/include/llvm/LTO/Config.h +++ b/include/llvm/LTO/Config.h @@ -46,6 +46,9 @@ struct Config { unsigned OptLevel = 2; bool DisableVerify = false; + /// Use the new pass manager + bool UseNewPM = false; + /// Disable entirely the optimizer, including importing for ThinLTO bool CodeGenOnly = false; |
