forked from OSchip/llvm-project
[TSan] List only amd64 asm file in Makefile.old
llvm-svn: 253407
This commit is contained in:
parent
de6fb1d9c7
commit
3408ea64ed
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue