diff options
Diffstat (limited to 'lld/wasm/LTO.cpp')
-rw-r--r-- | lld/wasm/LTO.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/wasm/LTO.cpp b/lld/wasm/LTO.cpp index 19b23d50c50..2b49bac5cf2 100644 --- a/lld/wasm/LTO.cpp +++ b/lld/wasm/LTO.cpp @@ -47,9 +47,6 @@ static std::unique_ptr<lto::LTO> createLTO() { C.Options.FunctionSections = true; C.Options.DataSections = true; - // Wasm currently only supports ThreadModel::Single - C.Options.ThreadModel = ThreadModel::Single; - C.DisableVerify = Config->DisableVerify; C.DiagHandler = diagnosticHandler; C.OptLevel = Config->LTOO; |