[llvm] 6cd382b - Revert "[CMake] Add debuginfo-tests to LLVM_ALL_PROJECTS after D110016"

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 10:32:23 PDT 2021


Author: Fangrui Song
Date: 2021-09-20T10:32:19-07:00
New Revision: 6cd382bf2894f87a6a68e2d962bdbfc2f0fb3d85

URL: https://github.com/llvm/llvm-project/commit/6cd382bf2894f87a6a68e2d962bdbfc2f0fb3d85
DIFF: https://github.com/llvm/llvm-project/commit/6cd382bf2894f87a6a68e2d962bdbfc2f0fb3d85.diff

LOG: Revert "[CMake] Add debuginfo-tests to LLVM_ALL_PROJECTS after D110016"

This reverts commit 4b80f0125adc876c8ef325f1c0ace4af023f2264.

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

Added: 
    

Modified: 
    llvm/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index 2e20adeb47bc..850728029ebe 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
 # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS
 # This allows an easy way of setting up a build directory for llvm and another
 # one for llvm+clang+... using the same sources.
-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")
+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")
 # The flang project is not yet part of "all" projects (see C++ requirements)
 set(LLVM_EXTRA_PROJECTS "flang")
 # List of all known projects in the mono repo


        


More information about the llvm-commits mailing list