svn commit: r303589 - stable/11

Dimitry Andric dim at FreeBSD.org
Sun Jul 31 15:03:33 UTC 2016


Author: dim
Date: Sun Jul 31 15:03:31 2016
New Revision: 303589
URL: https://svnweb.freebsd.org/changeset/base/303589

Log:
  MFC r303456:
  
  Add tblgen to ObsoleteFiles.inc, as it was renamed to llvm-tblgen.
  
  Approved by:	re (kib)
  Noticed by:	pluknet

Modified:
  stable/11/ObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/ObsoleteFiles.inc
==============================================================================
--- stable/11/ObsoleteFiles.inc	Sun Jul 31 15:02:53 2016	(r303588)
+++ stable/11/ObsoleteFiles.inc	Sun Jul 31 15:03:31 2016	(r303589)
@@ -229,6 +229,7 @@ OLD_LIBS+=usr/lib/libdevinfo.so.5
 OLD_LIBS+=usr/lib32/libdevinfo.so.5
 # 20160305: new clang import which bumps version from 3.7.1 to 3.8.0.
 OLD_FILES+=usr/bin/macho-dump
+OLD_FILES+=usr/bin/tblgen
 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/asan_interface.h
 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/common_interface_defs.h


More information about the svn-src-all mailing list