From f7efb0e7478da45bc7f2d24dbeb08406d2399591 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 16 May 2012 06:36:00 +0000 Subject: [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt into the appropriate place at build time git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156906 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/compiler-rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/compiler-rt') diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile index 534168b484..6b23346ce5 100644 --- a/runtime/compiler-rt/Makefile +++ b/runtime/compiler-rt/Makefile @@ -90,7 +90,7 @@ RuntimeLibrary.linux.Configs += \ endif ifeq ($(ARCH),x86_64) RuntimeLibrary.linux.Configs += \ - full-x86_64 profile-x86_64 asan-x86_64 + full-x86_64 profile-x86_64 asan-x86_64 tsan-x86_64 endif endif -- cgit v1.2.3