[libc-commits] [libc] [libc] Fix startup utilities failing to install in full build mode (PR #82522)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Feb 21 14:18:14 PST 2024
================
@@ -225,6 +225,15 @@ else()
set(LIBC_INSTALL_INCLUDE_DIR ${CMAKE_INSTALL_INCLUDEDIR})
endif()
+if(LIBC_TARGET_TRIPLE)
----------------
jhuber6 wrote:
That's the existing logic that's been moved, so it's not related to the patch. But `LIBC_TARGET_TRIPLE` is set whenever building using https://libc.llvm.org/full_cross_build.html#runtimes-cross-build.
https://github.com/llvm/llvm-project/pull/82522
More information about the libc-commits
mailing list