diff options
Diffstat (limited to 'gnu/llvm/unittests/Linker/CMakeLists.txt')
-rw-r--r-- | gnu/llvm/unittests/Linker/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/llvm/unittests/Linker/CMakeLists.txt b/gnu/llvm/unittests/Linker/CMakeLists.txt new file mode 100644 index 00000000000..05f45c0a8ce --- /dev/null +++ b/gnu/llvm/unittests/Linker/CMakeLists.txt @@ -0,0 +1,13 @@ +set(LLVM_LINK_COMPONENTS + AsmParser + core + linker + ) + +set(LinkerSources + LinkModulesTest.cpp + ) + +add_llvm_unittest(LinkerTests + ${LinkerSources} + ) |