summaryrefslogtreecommitdiff
path: root/lang/libLLVM/options.mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-11-14 20:15:32 +0000
committerryoon <ryoon@pkgsrc.org>2016-11-14 20:15:32 +0000
commit4747c707024461826f0464a1f73e093178ee85ca (patch)
tree7ebf87ab462bc9305316c7c6dc85e8943e01cb47 /lang/libLLVM/options.mk
parentbb593216f69c504377d26c9686346d0ceeda3d6b (diff)
downloadpkgsrc-4747c707024461826f0464a1f73e093178ee85ca.tar.gz
Update llvm packages to 3.9.0
* Drop CppBackend. It is removed. Changelog: * GCC ABI Tag * LLVM IR: new intrinsics etc. * Change LLVM IPO model * Support ThinLTO * Improve the ARM targets, ARMv8.2-A support etc. * Improve the MIPS targets * Improve the PowerPC target, default optim O3 to O2 * Improve the X86 target, SKylake AVX-512 etc. * Improve the AMDGPU, better support for Mesa 12
Diffstat (limited to 'lang/libLLVM/options.mk')
-rw-r--r--lang/libLLVM/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/libLLVM/options.mk b/lang/libLLVM/options.mk
index 108fabc0e58..b5ea1d377b1 100644
--- a/lang/libLLVM/options.mk
+++ b/lang/libLLVM/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2016/03/08 21:06:50 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2016/11/14 20:15:33 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.llvm
-LLVM_TARGETS= AArch64 AMDGPU ARM BPF CppBackend Hexagon MSP430 Mips NVPTX PowerPC Sparc SystemZ X86 XCore
+LLVM_TARGETS= AArch64 AMDGPU ARM BPF Hexagon MSP430 Mips NVPTX PowerPC Sparc SystemZ X86 XCore
.for tgt in ${LLVM_TARGETS}
PLIST_VARS+= ${tgt}
@@ -36,4 +36,4 @@ LLVM_TARGETS_TO_BUILD+= ${tgt}
. endif
.endfor
-CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:ts;}"
+#CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:ts;}"