aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Transforms/DebugIR/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Transforms/DebugIR/CMakeLists.txt')
-rw-r--r--unittests/Transforms/DebugIR/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/unittests/Transforms/DebugIR/CMakeLists.txt b/unittests/Transforms/DebugIR/CMakeLists.txt
deleted file mode 100644
index 88734d2..0000000
--- a/unittests/Transforms/DebugIR/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- Core
- Instrumentation
- Support
- )
-
-add_llvm_unittest(DebugIRTests
- DebugIR.cpp
- )