summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2017-01-11 20:21:05 +0000
committerdim <dim@FreeBSD.org>2017-01-11 20:21:05 +0000
commit6cfd0dae6097edf71fdf60038c4a1dbed9bbec5b (patch)
tree1cca6ed9c54412d074c964df2b37afbe6e9c23f2 /tools
parentaf3d04b889e60d8f5e852ada7b4260f336867445 (diff)
downloadFreeBSD-src-6cfd0dae6097edf71fdf60038c4a1dbed9bbec5b.zip
FreeBSD-src-6cfd0dae6097edf71fdf60038c4a1dbed9bbec5b.tar.gz
MFC r311565:
Link llvm-ar to llvm-ranlib, if WITH_CLANG_EXTRAS is enabled. When invoked as llvm-ranlib, it can create an archive symbol table for archives of objects compiled for LTO by an LLVM compiler. Submitted by: Dan McGregor <danismostlikely@gmail.com> MFC r311806: After r311565, also remove llvm-ranlib from ObsoleteFiles.inc.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index feba5c1..a42e947 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1493,6 +1493,7 @@ OLD_FILES+=usr/bin/llvm-mc
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
OLD_FILES+=usr/bin/llvm-symbolizer
OLD_FILES+=usr/bin/opt
OpenPOWER on IntegriCloud