[libc-commits] [libc] [libc] Fix startup utilities failing to install in full build mode (PR #82522)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Wed Feb 21 14:14:27 PST 2024
================
@@ -225,6 +225,15 @@ else()
set(LIBC_INSTALL_INCLUDE_DIR ${CMAKE_INSTALL_INCLUDEDIR})
endif()
+if(LIBC_TARGET_TRIPLE)
----------------
SchrodingerZhu wrote:
Can you comment a bit about the logic where (i.e. why checking TARGET_TRIPLE)
https://github.com/llvm/llvm-project/pull/82522
More information about the libc-commits
mailing list