[TSan] List only amd64 asm file in Makefile.old

llvm-svn: 253407
This commit is contained in:
Alexey Samsonov 2015-11-18 00:31:00 +00:00
parent de6fb1d9c7
commit 3408ea64ed
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ LIBTSAN_OBJ=$(patsubst %.cc,%.o,$(LIBTSAN_SRC)) \
$(CXX) $(CXXFLAGS) $(INCLUDES) -c $< -o $@
%.o: $(COMMON)/%.cc Makefile.old $(LIBTSAN_HEADERS)
$(CXX) $(CXXFLAGS) $(INCLUDES) -c $< -o $@
%.o: %.S
tsan_rtl_amd64.o: tsan_rtl_amd64.S
$(CXX) $(INCLUDES) -o $@ -c $<
libtsan.a: $(LIBTSAN_OBJ)