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