[compiler-rt] r174180 - [TSan] remove artifacts from gotsan build in 'make clean' command
Alexey Samsonov
samsonov at google.com
Fri Feb 1 07:30:37 PST 2013
Author: samsonov
Date: Fri Feb 1 09:30:36 2013
New Revision: 174180
URL: http://llvm.org/viewvc/llvm-project?rev=174180&view=rev
Log:
[TSan] remove artifacts from gotsan build in 'make clean' command
Modified:
compiler-rt/trunk/lib/tsan/Makefile.old
Modified: compiler-rt/trunk/lib/tsan/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/Makefile.old?rev=174180&r1=174179&r2=174180&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/Makefile.old (original)
+++ compiler-rt/trunk/lib/tsan/Makefile.old Fri Feb 1 09:30:36 2013
@@ -93,3 +93,4 @@ clean:
rm -f asm_*.s libtsan.nm libtsan.objdump */*.o tsan_test
rm -rf $(GTEST_BUILD_DIR)
$(MAKE) clean -C rtl -f Makefile.old
+ rm -f go/*.s
More information about the llvm-commits
mailing list