summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r--llvm/unittests/DebugInfo/CodeView/CMakeLists.txt25
1 files changed, 13 insertions, 12 deletions
diff --git a/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt b/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt
index aff3b6d09aa..800f482d668 100644
--- a/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt
+++ b/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt
@@ -1,12 +1,13 @@
-set(LLVM_LINK_COMPONENTS
- DebugInfoCodeView
- )
-
-set(DebugInfoCodeViewSources
- RandomAccessVisitorTest.cpp
- TypeIndexDiscoveryTest.cpp
- )
-
-add_llvm_unittest(DebugInfoCodeViewTests
- ${DebugInfoCodeViewSources}
- )
+set(LLVM_LINK_COMPONENTS
+ DebugInfoCodeView
+ TestingSupport
+ )
+
+set(DebugInfoCodeViewSources
+ RandomAccessVisitorTest.cpp
+ TypeIndexDiscoveryTest.cpp
+ )
+
+add_llvm_unittest(DebugInfoCodeViewTests
+ ${DebugInfoCodeViewSources}
+ )
OpenPOWER on IntegriCloud