mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
When building flang, add -DLLVM_INSTALL_GTEST=On. See https://reviews.llvm.org/D154869
This commit is contained in:
parent
448b02b46d
commit
0db161fe8f
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -4,6 +4,8 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED;
|
|||||||
to follow upstream change b7ff03206d668cd5a620a9d4e1b22ea112ed56e3
|
to follow upstream change b7ff03206d668cd5a620a9d4e1b22ea112ed56e3
|
||||||
And disable generation of the doc on old distro
|
And disable generation of the doc on old distro
|
||||||
* Also install readtapi => llvm-readtapi symlink
|
* Also install readtapi => llvm-readtapi symlink
|
||||||
|
* When building flang, add -DLLVM_INSTALL_GTEST=On.
|
||||||
|
See https://reviews.llvm.org/D154869
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Sep 2023 21:51:52 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Sep 2023 21:51:52 +0200
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -289,6 +289,7 @@ endif
|
|||||||
# flang is only for 64bits
|
# flang is only for 64bits
|
||||||
ifneq (,$(filter flang-$(LLVM_VERSION), $(shell dh_listpackages)))
|
ifneq (,$(filter flang-$(LLVM_VERSION), $(shell dh_listpackages)))
|
||||||
PROJECTS += ;flang
|
PROJECTS += ;flang
|
||||||
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_INSTALL_GTEST=On
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CODECOVERAGE=no
|
CODECOVERAGE=no
|
||||||
|
Loading…
Reference in New Issue
Block a user