commit | 1314a4938fba865412598b7227cb4657d59cd8bc | [log] [tgz] |
---|---|---|
author | Arthur Eubanks <aeubanks@google.com> | Tue Dec 01 12:22:27 2020 -0800 |
committer | Arthur Eubanks <aeubanks@google.com> | Tue Dec 01 12:22:40 2020 -0800 |
tree | 7a2cec67e8e5f3c4bcaed68f6e00bebad06157e6 | |
parent | e0665a9050840650809fa4eb6ef23bd8f5adfbf0 [diff] [blame] |
[LTO][wasm][NewPM] Allow using new pass manager for wasm LTO Reviewed By: sbc100 Differential Revision: https://reviews.llvm.org/D92150
diff --git a/lld/wasm/Config.h b/lld/wasm/Config.h index 68b09a6..f18debf 100644 --- a/lld/wasm/Config.h +++ b/lld/wasm/Config.h
@@ -62,6 +62,8 @@ unsigned ltoo; unsigned optimize; llvm::StringRef thinLTOJobs; + bool ltoNewPassManager; + bool ltoDebugPassManager; UnresolvedPolicy unresolvedSymbols; llvm::StringRef entry;