aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/MC/Hexagon/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/MC/Hexagon/CMakeLists.txt')
-rw-r--r--unittests/MC/Hexagon/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/unittests/MC/Hexagon/CMakeLists.txt b/unittests/MC/Hexagon/CMakeLists.txt
deleted file mode 100644
index 6d4ee93..0000000
--- a/unittests/MC/Hexagon/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- HexagonCodeGen
- HexagonDesc
- HexagonInfo
- MC
- Support
- )
-
-include_directories (${LLVM_MAIN_SRC_DIR}/lib/Target/Hexagon)
-include_directories (${LLVM_BINARY_DIR}/lib/Target/Hexagon)
-
-add_llvm_unittest(HexagonTests
- HexagonMCCodeEmitterTest.cpp
- )