[llvm-branch-commits] [libc] [libcxx] [libcxxabi] [libunwind] [llvm] [pstl] Revise IDE folder structure (PR #89755)
Joseph Huber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 21 09:37:48 PDT 2024
================
@@ -9,6 +9,7 @@ include(${LLVM_COMMON_CMAKE_UTILS}/Modules/CMakePolicy.cmake
include(${LLVM_COMMON_CMAKE_UTILS}/Modules/LLVMVersion.cmake)
project(Runtimes C CXX ASM)
+set(LLVM_SUBPROJECT_TITLE "Runtimes")
----------------
jhuber6 wrote:
Is this needed? My understanding is that the runtimes CMake here is the root that includes all the other projects, so this doesn't actually contain any "projects'>
https://github.com/llvm/llvm-project/pull/89755
More information about the llvm-branch-commits
mailing list