summaryrefslogtreecommitdiffstats
path: root/lldb/tools/intel-mpx/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/intel-mpx/CMakeLists.txt')
-rw-r--r--lldb/tools/intel-mpx/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/tools/intel-mpx/CMakeLists.txt b/lldb/tools/intel-mpx/CMakeLists.txt
deleted file mode 100644
index 29ba9a1cace..00000000000
--- a/lldb/tools/intel-mpx/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-if (NOT CMAKE_SYSTEM_NAME MATCHES "Linux")
- return ()
-endif ()
-
-include(${LLDB_PROJECT_ROOT}/cmake/LLDBDependencies.cmake)
-
-add_library(lldb-intel-mpxtable SHARED
- IntelMPXTablePlugin.cpp
- )
-
-target_link_libraries(lldb-intel-mpxtable
- PUBLIC liblldb LLVMSupport)
-
-install(TARGETS lldb-intel-mpxtable
- LIBRARY DESTINATION bin)
OpenPOWER on IntegriCloud