Author: dim
Date: Sun Apr 30 13:25:10 2017
New Revision: 317607
URL: https://svnweb.freebsd.org/changeset/base/317607

Log:
  MFC r310889 (by jkim):
  
  Do not remove llvm-objdump.  It is installed by default since r310840.
  
  MFC r311311 (by jkim):
  
  Remove llvm-objdump when Clang is disabled.  It was missed in r310889.
  
  Submitted by: dim

Modified:
  stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/11/tools/build/mk/OptionalObsoleteFiles.inc  Sun Apr 30 10:47:59 
2017        (r317606)
+++ stable/11/tools/build/mk/OptionalObsoleteFiles.inc  Sun Apr 30 13:25:10 
2017        (r317607)
@@ -1354,6 +1354,7 @@ OLD_FILES+=usr/bin/clang
 OLD_FILES+=usr/bin/clang++
 OLD_FILES+=usr/bin/clang-cpp
 OLD_FILES+=usr/bin/clang-tblgen
+OLD_FILES+=usr/bin/llvm-objdump
 OLD_FILES+=usr/bin/llvm-tblgen
 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h
@@ -1498,7 +1499,6 @@ OLD_FILES+=usr/bin/llvm-lto2
 OLD_FILES+=usr/bin/llvm-mc
 OLD_FILES+=usr/bin/llvm-modextract
 OLD_FILES+=usr/bin/llvm-nm
-OLD_FILES+=usr/bin/llvm-objdump
 OLD_FILES+=usr/bin/llvm-pdbdump
 OLD_FILES+=usr/bin/llvm-ranlib
 OLD_FILES+=usr/bin/llvm-rtdyld
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to