diff options
Diffstat (limited to 'llvm/unittests/TextAPI/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/TextAPI/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/unittests/TextAPI/CMakeLists.txt b/llvm/unittests/TextAPI/CMakeLists.txt deleted file mode 100644 index 2a21527459d..00000000000 --- a/llvm/unittests/TextAPI/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -set(LLVM_LINK_COMPONENTS - TextAPI -) - -add_llvm_unittest(TextAPITests - TextStubV1Tests.cpp - TextStubV2Tests.cpp -) |