mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 04:15:42 +00:00
debuginfo-tests has been renamed to cross-project-tests
This commit is contained in:
parent
bd1807fee1
commit
2bd9ce2bb3
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -15,6 +15,7 @@ llvm-toolchain-snapshot (1:14~++20210827020436+15b2a8e7faf6-1~exp2) UNRELEASED;
|
||||
See https://reviews.llvm.org/D106813
|
||||
* Ship clang-nvlink-wrapper as part of clang-tools-XX
|
||||
See https://reviews.llvm.org/D108291
|
||||
* debuginfo-tests has been renamed to cross-project-tests
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 31 Aug 2021 22:17:35 +0200
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# polly, openmp & lldb aren't enabled for every platform
|
||||
PROJECTS = clang;clang-tools-extra;libcxx;libcxxabi;compiler-rt;lld;debuginfo-tests
|
||||
PROJECTS = clang;clang-tools-extra;libcxx;libcxxabi;compiler-rt;lld;cross-project-tests
|
||||
|
||||
TARGET_BUILD := build-llvm
|
||||
TARGET_BUILD_STAGE2 := $(TARGET_BUILD)/tools/clang/stage2-bins
|
||||
|
||||
Loading…
Reference in New Issue
Block a user