mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 21:36:54 +00:00
Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
https://llvm.org/bugs/show_bug.cgi?id=28127
This commit is contained in:
parent
ad1f06835b
commit
d88ed47cc3
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ llvm-toolchain-snapshot (1:3.9~svn273256-1~exp1) UNRELEASED; urgency=medium
|
||||
* cmake files moved from usr/lib/llvm-3.9/share/llvm/cmake/
|
||||
to usr/lib/llvm-3.9/lib/cmake/llvm/
|
||||
(upstream change)
|
||||
* Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
|
||||
https://llvm.org/bugs/show_bug.cgi?id=28127
|
||||
|
||||
[ YunQiang Su ]
|
||||
* Enable FPXX by default on mips/mipsel (Closes: #826749)
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -445,7 +445,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