aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:33:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:33:22 +0000
commit715652a404ee99f10c09c0a5edbb5883961b8c25 (patch)
treed2598c289c5adb687f4243f7bf1c633e4d146a2a /contrib/llvm
parentb5a8f340f1aeaa224bf407be6d5f1978b1157d59 (diff)
downloadsrc-715652a404ee99f10c09c0a5edbb5883961b8c25.tar.gz
src-715652a404ee99f10c09c0a5edbb5883961b8c25.zip
Make native-xtools build correctly after clang/llvm 3.9.0 import
During the clang/llvm 3.9.0 import, the build structure for it was completely revamped. This broke the native-xtools target. It first attempts to build libllvmminimal, then the llvm-tblgen and clang-tblgen executables, but these fail to link because they are linked to the 'full' libllvm by default, as they normally are during the 'world' stage. To make these link against libllvmminimal instead, define TOOLS_PREFIX, similarly as during the bootstrap-tools phase. The value itself is empty, as we don't really want to use a prefix. Reviewed by: imp PR: 215684 MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D9026
Notes
Notes: svn path=/head/; revision=311131
Diffstat (limited to 'contrib/llvm')
0 files changed, 0 insertions, 0 deletions