flang-rt has been reverted

Revert "When building flang, add -DLLVM_INSTALL_GTEST=On. See https://reviews.llvm.org/D154869"

This reverts commit 0db161fe8f.
This commit is contained in:
Sylvestre Ledru 2023-10-02 13:48:28 +02:00
parent 0db161fe8f
commit 13c3c4f74f
2 changed files with 0 additions and 3 deletions

2
debian/changelog vendored
View File

@ -4,8 +4,6 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED;
to follow upstream change b7ff03206d668cd5a620a9d4e1b22ea112ed56e3
And disable generation of the doc on old distro
* 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

1
debian/rules vendored
View File

@ -289,7 +289,6 @@ endif
# flang is only for 64bits
ifneq (,$(filter flang-$(LLVM_VERSION), $(shell dh_listpackages)))
PROJECTS += ;flang
STAGE_ALL_CMAKE_EXTRA += -DLLVM_INSTALL_GTEST=On
endif
CODECOVERAGE=no