aboutsummaryrefslogtreecommitdiff
path: root/tools/sanstats/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sanstats/CMakeLists.txt')
-rw-r--r--tools/sanstats/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/sanstats/CMakeLists.txt b/tools/sanstats/CMakeLists.txt
new file mode 100644
index 000000000000..abfbdab3a045
--- /dev/null
+++ b/tools/sanstats/CMakeLists.txt
@@ -0,0 +1,8 @@
+set(LLVM_LINK_COMPONENTS
+ Support
+ Symbolize
+ )
+
+add_llvm_tool(sanstats
+ sanstats.cpp
+ )