summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cxxfilt/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-cxxfilt/CMakeLists.txt')
-rw-r--r--llvm/tools/llvm-cxxfilt/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/tools/llvm-cxxfilt/CMakeLists.txt b/llvm/tools/llvm-cxxfilt/CMakeLists.txt
new file mode 100644
index 00000000000..4d0e5b01028
--- /dev/null
+++ b/llvm/tools/llvm-cxxfilt/CMakeLists.txt
@@ -0,0 +1,7 @@
+set(LLVM_LINK_COMPONENTS
+ Demangle
+ )
+
+add_llvm_tool(llvm-cxxfilt
+ llvm-cxxfilt.cpp
+ )
OpenPOWER on IntegriCloud