[all-commits] [llvm/llvm-project] 27143f: [libc][bazel] Support generating public libc heade...
jtstogel via All-commits
all-commits at lists.llvm.org
Tue Jun 3 10:15:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27143f2929629d0919f8768b2460972e4f4c2d41
https://github.com/llvm/llvm-project/commit/27143f2929629d0919f8768b2460972e4f4c2d41
Author: jtstogel <jtstogel at gmail.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M utils/bazel/WORKSPACE
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
A utils/bazel/third_party_build/pyyaml.BUILD
Log Message:
-----------
[libc][bazel] Support generating public libc headers in Bazel builds. (#141256)
This requires adding a new dependency on PyYAML so that Bazel is able to
run the `hdrgen` tool hermetically. This PR uses PyYAML version 5.1 due
to keep in line with the docs:
https://github.com/llvm/llvm-project/blob/b878e0d11874a898bbaa1daf58007dfd232005f2/libc/docs/dev/header_generation.rst?plain=1#L22
See https://github.com/llvm/llvm-project/issues/134780.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list