diff options
Diffstat (limited to 'llvm/unittests/Target/WebAssembly/CMakeLists.txt')
| -rw-r--r-- | llvm/unittests/Target/WebAssembly/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Target/WebAssembly/CMakeLists.txt b/llvm/unittests/Target/WebAssembly/CMakeLists.txt index 2e467e46c93..5ec82240b03 100644 --- a/llvm/unittests/Target/WebAssembly/CMakeLists.txt +++ b/llvm/unittests/Target/WebAssembly/CMakeLists.txt @@ -13,6 +13,6 @@ set(LLVM_LINK_COMPONENTS WebAssemblyInfo ) -add_llvm_target_unittest(WebAssemblyTests +add_llvm_unittest(WebAssemblyTests WebAssemblyExceptionInfoTest.cpp ) |

