debuginfo-tests has been renamed to cross-project-tests

This commit is contained in:
Sylvestre Ledru 2021-09-18 09:53:35 +02:00
parent bd1807fee1
commit 2bd9ce2bb3
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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
View File

@ -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