summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-03-06 14:37:49 +0000
committerdim <dim@FreeBSD.org>2016-03-06 14:37:49 +0000
commit6a7e3d9c509d7992fc2c8f519ded322715c0d0da (patch)
tree65350703c4e5f27500897907cb3f5f752f38c7c5
parentafd639d25511910851af9c01e08ee046ed5b2f42 (diff)
downloadFreeBSD-src-6a7e3d9c509d7992fc2c8f519ded322715c0d0da.zip
FreeBSD-src-6a7e3d9c509d7992fc2c8f519ded322715c0d0da.tar.gz
Add another libclang_rt library to ObsoleteFiles, so the enclosing
directory can be removed completely. Noticed by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 21c6200..53a1e08 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -106,6 +106,8 @@ OLD_FILES+=usr/lib/clang/3.7.1/include/xopintrin.h
OLD_FILES+=usr/lib/clang/3.7.1/include/xtestintrin.h
OLD_DIRS+=usr/lib/clang/3.7.1/include
OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-x86_64.a
OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
OpenPOWER on IntegriCloud