[all-commits] [llvm/llvm-project] 863ead: [libc][bazel] Add a helper library with all deps o...
Alexey Samsonov via All-commits
all-commits at lists.llvm.org
Mon Apr 21 13:43:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 863ead29e92de800fe50e56958b6eba6ede023e9
https://github.com/llvm/llvm-project/commit/863ead29e92de800fe50e56958b6eba6ede023e9
Author: Alexey Samsonov <vonosmas at gmail.com>
Date: 2025-04-21 (Mon, 21 Apr 2025)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/include/BUILD.bazel
Log Message:
-----------
[libc][bazel] Add a helper library with all deps of generated headers. (#136582)
Create "public_header_deps" that is a convenient way to express
dependencies of a generated headers as a single (and same) target. It's
also convenient to use it in unit tests - which is also demonstrated in
this PR by adding the BUILD.bazel placeholder for test/include unit
tests, and creating a libc_test target for one of these tests.
See issue #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