Reapply 310775, now it also builds correctly if lldb is disabled:
authordim <dim@FreeBSD.org>
Fri, 30 Dec 2016 18:00:31 +0000 (18:00 +0000)
committerdim <dim@FreeBSD.org>
Fri, 30 Dec 2016 18:00:31 +0000 (18:00 +0000)
commit60173ec21abc3362477880a9f02645e95d591f59
treed107f441d3d831a08edb3d28e5aff6151637cb74
parent8916f2e3c9351019804c2648434437135fa08c3f
Reapply 310775, now it also builds correctly if lldb is disabled:

Move llvm-objdump from CLANG_EXTRAS to installed by default

We currently install three tools from binutils 2.17.50: as, ld, and
objdump. Work is underway to migrate to a permissively-licensed
tool-chain, with one goal being the retirement of binutils 2.17.50.

LLVM's llvm-objdump is intended to be compatible with GNU objdump
although it is currently missing some options and may have formatting
differences. Enable it by default for testing and further investigation.
It may later be changed to install as /usr/bin/objdump, it becomes a
fully viable replacement.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D8879
lib/clang/libllvm/Makefile
usr.bin/clang/Makefile