Skip to content

Commit 4b80f01

Browse files
committed
[CMake] Add debuginfo-tests to LLVM_ALL_PROJECTS after D110016
1 parent 76cb876 commit 4b80f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif()
6464
# LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS
6565
# This allows an easy way of setting up a build directory for llvm and another
6666
# one for llvm+clang+... using the same sources.
67-
set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl")
67+
set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;cross-project-tests;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl")
6868
# The flang project is not yet part of "all" projects (see C++ requirements)
6969
set(LLVM_EXTRA_PROJECTS "flang")
7070
# List of all known projects in the mono repo

0 commit comments

Comments
 (0)