[all-commits] [llvm/llvm-project] b34812: [libc] Build native libc-hdrgen when crosscompilin...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Jan 12 11:36:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b348126b21ee4a3189dde946e70f2b0e899f86e9
https://github.com/llvm/llvm-project/commit/b348126b21ee4a3189dde946e70f2b0e899f86e9
Author: Petr Hosek <phosek at google.com>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M libc/utils/HdrGen/CMakeLists.txt
M llvm/cmake/modules/CrossCompile.cmake
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[libc] Build native libc-hdrgen when crosscompiling (#77848)
When crosscompiling tools for a different architecture, we need to build
native libc-hdrgen which can be achieved using the existing CMake
support for crosscompiling tablegen tools.
More information about the All-commits
mailing list