[TSan] remove temporary build directory in 'make clean' command

llvm-svn: 176012
This commit is contained in:
Alexey Samsonov 2013-02-25 08:32:02 +00:00
parent 9db5f52c47
commit 10bccda948
1 changed files with 1 additions and 0 deletions

View File

@ -94,3 +94,4 @@ clean:
rm -rf $(GTEST_BUILD_DIR)
$(MAKE) clean -C rtl -f Makefile.old
rm -f go/*.s
rm -rf build