mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-06 02:42:27 +00:00
Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
This commit is contained in:
parent
e6a507c194
commit
5401783961
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-7 (1:7~+rc3-3) unstable; urgency=medium
|
||||
|
||||
* Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
|
||||
|
||||
--
|
||||
|
||||
llvm-toolchain-7 (1:7~+rc3-2) unstable; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
|
||||
5
debian/rules
vendored
5
debian/rules
vendored
@ -176,6 +176,11 @@ endif
|
||||
|
||||
LLD_ENABLE=yes
|
||||
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH_OS),linux))
|
||||
# only for linux
|
||||
CMAKE_EXTRA += -DLLVM_USE_PERF=yes
|
||||
endif
|
||||
|
||||
DH_OPTIONS=
|
||||
OCAML_ENABLE= no
|
||||
OCAML_ARCHS := amd64 arm64 armel armhf i386 ppc64el s390x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user