[compiler-rt] r253416 - [TSan] List only amd64 asm file in Makefile.old (attempt 2)

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 16:56:37 PST 2015


Author: samsonov
Date: Tue Nov 17 18:56:37 2015
New Revision: 253416

URL: http://llvm.org/viewvc/llvm-project?rev=253416&view=rev
Log:
[TSan] List only amd64 asm file in Makefile.old (attempt 2)

Modified:
    compiler-rt/trunk/lib/tsan/rtl/Makefile.old

Modified: compiler-rt/trunk/lib/tsan/rtl/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/Makefile.old?rev=253416&r1=253415&r2=253416&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/Makefile.old (original)
+++ compiler-rt/trunk/lib/tsan/rtl/Makefile.old Tue Nov 17 18:56:37 2015
@@ -33,7 +33,7 @@ LIBTSAN_HEADERS=$(wildcard *.h) \
 		$(wildcard $(INTERCEPTION)/*.h) \
 		$(wildcard $(COMMON)/*.h)
 LIBTSAN_SRC=$(wildcard *.cc)
-LIBTSAN_ASM_SRC=$(wildcard *.S)
+LIBTSAN_ASM_SRC=tsan_rtl_amd64.S
 INTERCEPTION_SRC=$(wildcard $(INTERCEPTION)/*.cc)
 COMMON_SRC=$(filter-out $(wildcard $(COMMON)/*_nolibc.cc),$(wildcard $(COMMON)/*.cc))
 




More information about the llvm-commits mailing list