diff options
Diffstat (limited to 'lld/wasm/CMakeLists.txt')
-rw-r--r-- | lld/wasm/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/wasm/CMakeLists.txt b/lld/wasm/CMakeLists.txt index d3bef0f62e2..308c4e27018 100644 --- a/lld/wasm/CMakeLists.txt +++ b/lld/wasm/CMakeLists.txt @@ -6,6 +6,7 @@ add_lld_library(lldWasm Driver.cpp InputChunks.cpp InputFiles.cpp + LTO.cpp MarkLive.cpp OutputSections.cpp SymbolTable.cpp @@ -18,6 +19,8 @@ add_lld_library(lldWasm BinaryFormat Core Demangle + LTO + MC Object Option Support |