diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-18 00:31:00 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-18 00:31:00 +0000 |
commit | 3408ea64ed042b5bc67ebbab87a34816a9d16453 (patch) | |
tree | 3122f8b5ea7d4f8dfa30a976d042ac3241454af0 | |
parent | de6fb1d9c778f955e6c3c0bb56332e75c09826d6 (diff) | |
download | bcm5719-llvm-3408ea64ed042b5bc67ebbab87a34816a9d16453.tar.gz bcm5719-llvm-3408ea64ed042b5bc67ebbab87a34816a9d16453.zip |
[TSan] List only amd64 asm file in Makefile.old
llvm-svn: 253407
-rw-r--r-- | compiler-rt/lib/tsan/rtl/Makefile.old | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/Makefile.old b/compiler-rt/lib/tsan/rtl/Makefile.old index 0ef6fed3707..b0de4ba2e0b 100644 --- a/compiler-rt/lib/tsan/rtl/Makefile.old +++ b/compiler-rt/lib/tsan/rtl/Makefile.old @@ -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) |