Skip to content

Conversation

@ldionne
Copy link
Member

@ldionne ldionne commented Dec 10, 2025

This patch fixes the name of the install component for the libc++ linker script. Every other target mentions the cxx component, and that one mentions libcxx. I believe that was a typo in 4bd3d16.

This patch fixes the name of the install component for the libc++
linker script. Every other target mentions the cxx component, and
that one mentions libcxx. I believe that was a typo in 4bd3d16.
@ldionne ldionne requested a review from arichardson December 10, 2025 17:52
@ldionne ldionne requested a review from a team as a code owner December 10, 2025 17:52
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Dec 10, 2025
@llvmbot
Copy link
Member

llvmbot commented Dec 10, 2025

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

Changes

This patch fixes the name of the install component for the libc++ linker script. Every other target mentions the cxx component, and that one mentions libcxx. I believe that was a typo in 4bd3d16.


Full diff: https://github.com/llvm/llvm-project/pull/171663.diff

1 Files Affected:

  • (modified) libcxx/src/CMakeLists.txt (+1-1)
diff --git a/libcxx/src/CMakeLists.txt b/libcxx/src/CMakeLists.txt
index f59fe0e08fccb..0063c26161313 100644
--- a/libcxx/src/CMakeLists.txt
+++ b/libcxx/src/CMakeLists.txt
@@ -381,7 +381,7 @@ endif()
 if (LIBCXX_ENABLE_SHARED AND LIBCXX_ENABLE_ABI_LINKER_SCRIPT)
   install(FILES "$<TARGET_LINKER_FILE:cxx_shared>"
     DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR}
-    COMPONENT libcxx)
+    COMPONENT cxx)
 endif()
 
 if (NOT CMAKE_CONFIGURATION_TYPES)

@ldionne ldionne merged commit dec52b2 into llvm:main Dec 11, 2025
78 of 81 checks passed
@ldionne ldionne deleted the review/fix-install-component branch December 11, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants