diff options
Diffstat (limited to 'llvm/lib/Target/WebAssembly/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/WebAssembly/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/CMakeLists.txt b/llvm/lib/Target/WebAssembly/CMakeLists.txt index ffc027d5493..78b2cdb61b7 100644 --- a/llvm/lib/Target/WebAssembly/CMakeLists.txt +++ b/llvm/lib/Target/WebAssembly/CMakeLists.txt @@ -14,6 +14,7 @@ add_llvm_target(WebAssemblyCodeGen WebAssemblyAsmPrinter.cpp WebAssemblyCallIndirectFixup.cpp WebAssemblyCFGStackify.cpp + WebAssemblyCFGSort.cpp WebAssemblyExplicitLocals.cpp WebAssemblyFastISel.cpp WebAssemblyFixIrreducibleControlFlow.cpp |