summaryrefslogtreecommitdiffstats
path: root/lib/tsan/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tsan/Makefile.mk')
-rw-r--r--lib/tsan/Makefile.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/tsan/Makefile.mk b/lib/tsan/Makefile.mk
new file mode 100644
index 0000000..70fb610
--- /dev/null
+++ b/lib/tsan/Makefile.mk
@@ -0,0 +1,18 @@
+#===- lib/tsan/Makefile.mk ---------------------------------*- Makefile -*--===#
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+#===------------------------------------------------------------------------===#
+
+ModuleName := tsan
+SubDirs := rtl
+Sources :=
+ObjNames :=
+Dependencies :=
+
+Implementation := Generic
+
+TsanFunctions :=
OpenPOWER on IntegriCloud