[all-commits] [llvm/llvm-project] 860d38: [libc] Support poky system
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Wed Aug 9 06:42:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 860d38bf57470de2b94ffec1cfe2c7d7e65fbbdc
https://github.com/llvm/llvm-project/commit/860d38bf57470de2b94ffec1cfe2c7d7e65fbbdc
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCArchitectures.cmake
Log Message:
-----------
[libc] Support poky system
This patch adds support for yocto images, which are custom Linux-base
systems created by yocto.
$CMAKE_HOST_SYSTEM_NAME returns "poky" as the system name, but it is a
linux image, so we just replace the name with "linux", so libc can use
the correct path.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D157404
More information about the All-commits
mailing list