View | Details | Raw Unified | Return to bug 218719
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 37-45 Link Here
37
		tools/clang/tools/scan-view/bin/scan-view \
37
		tools/clang/tools/scan-view/bin/scan-view \
38
		tools/clang/tools/clang-format/git-clang-format \
38
		tools/clang/tools/clang-format/git-clang-format \
39
		tools/clang/tools/clang-format/clang-format-diff.py \
39
		tools/clang/tools/clang-format/clang-format-diff.py \
40
		tools/clang/tools/extra/clang-tidy/tool/clang-tidy-diff.py \
41
		tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \
42
		tools/clang/tools/extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
43
40
44
SUB_FILES=	llvm-wrapper.sh
41
SUB_FILES=	llvm-wrapper.sh
45
SUB_LIST=	LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}"
42
SUB_LIST=	LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}"
Lines 83-88 Link Here
83
EXTRAS_DESC=		Extra clang tools
80
EXTRAS_DESC=		Extra clang tools
84
EXTRAS_IMPLIES=		CLANG
81
EXTRAS_IMPLIES=		CLANG
85
EXTRAS_DISTFILES=	clang-tools-extra-${DISTVERSION}.src${EXTRACT_SUFX}
82
EXTRAS_DISTFILES=	clang-tools-extra-${DISTVERSION}.src${EXTRACT_SUFX}
83
EXTRAS_SHEBANG_FILES=	tools/clang/tools/extra/clang-tidy/tool/clang-tidy-diff.py \
84
			tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \
85
			tools/clang/tools/extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
86
GOLD_DESC=		Build the LLVM Gold plugin for LTO
86
GOLD_DESC=		Build the LLVM Gold plugin for LTO
87
GOLD_CMAKE_ON=		-DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include
87
GOLD_CMAKE_ON=		-DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include
88
GOLD_BUILD_DEPENDS=	${LOCALBASE}/bin/ld.gold:devel/binutils
88
GOLD_BUILD_DEPENDS=	${LOCALBASE}/bin/ld.gold:devel/binutils

Return to bug 218719