aboutsummaryrefslogtreecommitdiff
path: root/tools/sancov/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sancov/Makefile')
-rw-r--r--tools/sancov/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/sancov/Makefile b/tools/sancov/Makefile
new file mode 100644
index 000000000000..7dba1a7a594a
--- /dev/null
+++ b/tools/sancov/Makefile
@@ -0,0 +1,18 @@
+##===- tools/sancov/Makefile ----------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+TOOLNAME := sancov
+LINK_COMPONENTS := all-targets DebugInfoDWARF DebugInfoPDB MC MCParser \
+ MCDisassembler Object Support Symbolize
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
+
+include $(LEVEL)/Makefile.common