From: Alexey Samsonov Date: Fri, 1 Feb 2013 15:30:36 +0000 (+0000) Subject: [TSan] remove artifacts from gotsan build in 'make clean' command X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84cf6a4333c8dab4046a73e71dc633350740bc01;p=platform%2Fupstream%2Fllvm.git [TSan] remove artifacts from gotsan build in 'make clean' command llvm-svn: 174180 --- diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index 593482f..1e74cbc 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -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