mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 12:33:45 +00:00
Desactivate lldb-server fix which breaks libpolly
This commit is contained in:
parent
2938ba641c
commit
cb022593fb
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -35,5 +35,5 @@ disable-source-interleave.diff
|
||||
silent-gold-utils.diff
|
||||
disable-llvm-symbolizer-test.diff
|
||||
kfreebsd-support.diff
|
||||
fix-lldb-server-build
|
||||
#fix-lldb-server-build
|
||||
clang-tidy-run-bin.diff
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -465,7 +465,7 @@ endif
|
||||
|
||||
# LLDB tests (CMake)
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||
ifneq (,$(filter codecoverageDISABLED,$(DEB_BUILD_OPTIONS)))
|
||||
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user