summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-replace/tool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-replace/tool/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-replace/tool/CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/clang-tools-extra/clang-replace/tool/CMakeLists.txt b/clang-tools-extra/clang-replace/tool/CMakeLists.txt
deleted file mode 100644
index ff47688992d..00000000000
--- a/clang-tools-extra/clang-replace/tool/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- ${LLVM_TARGETS_TO_BUILD}
- asmparser
- bitreader
- support
- mc
- )
-
-add_clang_executable(clang-replace
- ClangReplaceMain.cpp
- )
-target_link_libraries(clang-replace
- clangReplace
- )
-
-install(TARGETS clang-replace
- RUNTIME DESTINATION bin)
OpenPOWER on IntegriCloud