mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-25 18:30:37 +00:00
fix tab
This commit is contained in:
parent
fd33d6731c
commit
e54f11d312
4
debian/rules
vendored
4
debian/rules
vendored
@ -444,7 +444,7 @@ debian-libcxxabi-build:
|
||||
cd libcxx/build && \
|
||||
$(PRE_PROCESS_CONF) $$CMAKE_BIN ../ \
|
||||
$(LIBCXX_CMAKE_OPTIONS) \
|
||||
-DLIBCXX_CXX_ABI=libcxxabi \
|
||||
-DLIBCXX_CXX_ABI=libcxxabi \
|
||||
-DLIBCXX_CXX_ABI_INCLUDE_PATHS=$(BASE_PATH)/libcxxabi/include \
|
||||
-DLIBCXX_CXX_ABI_LIBRARY_PATH=$(BASE_PATH)/libcxxabi/build/lib \
|
||||
-DLIBCXX_ENABLE_EXCEPTIONS=$(LIBCXX_EXCEPTIONS) \
|
||||
@ -790,7 +790,7 @@ endif
|
||||
# polly tests
|
||||
if test "$(POLLY_ENABLE)" = yes; then \
|
||||
cd $(TARGET_BUILD)/ && LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ $(MAKE) -C tools/polly/test/ check-polly || true; \
|
||||
fi
|
||||
fi
|
||||
|
||||
# The compression of the code coverage report is done in the
|
||||
# hook B21GetCoverageResults on the server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user