asan: remove static libraries on make clean

llvm-svn: 157565
This commit is contained in:
Dmitry Vyukov 2012-05-28 07:43:36 +00:00
parent 1560517ec3
commit 9b13e9f3b5
1 changed files with 1 additions and 0 deletions

View File

@ -361,5 +361,6 @@ get_third_party:
clean:
rm -f *.o *.ll *.S *.a *.log asan_test64* asan_test32* a.out perf.data log
rm -f $(LIBASAN_INST_DIR)/libclang_rt.asan-*.a
rm -rf $(BIN)
rm -rf $(GTEST_ROOT)/make-*