svn commit: r296427 - head

Dimitry Andric dim at FreeBSD.org
Sun Mar 6 14:37:50 UTC 2016


Author: dim
Date: Sun Mar  6 14:37:49 2016
New Revision: 296427
URL: https://svnweb.freebsd.org/changeset/base/296427

Log:
  Add another libclang_rt library to ObsoleteFiles, so the enclosing
  directory can be removed completely.
  
  Noticed by:	Oliver Hartmann <ohartman at zedat.fu-berlin.de>

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Mar  6 11:41:08 2016	(r296426)
+++ head/ObsoleteFiles.inc	Sun Mar  6 14:37:49 2016	(r296427)
@@ -106,6 +106,8 @@ OLD_FILES+=usr/lib/clang/3.7.1/include/x
 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


More information about the svn-src-all mailing list