[all-commits] [llvm/llvm-project] b65a71: [libc][bazel] Add rules for __support/threads test...
Alexey Samsonov via All-commits
all-commits at lists.llvm.org
Wed May 27 08:10:39 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b65a71d4942abcdf17510e1cf5c4e9273d60aa72
https://github.com/llvm/llvm-project/commit/b65a71d4942abcdf17510e1cf5c4e9273d60aa72
Author: Alexey Samsonov <vonosmas at gmail.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M libc/test/src/__support/threads/linux/raw_mutex_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/__support/threads/BUILD.bazel
Log Message:
-----------
[libc][bazel] Add rules for __support/threads tests. (#199871)
* Add Bazel BUILD rules for three `__support/threads` unit tests.
* Fix/expand BUILD rules for the support libraries they depend on
(clock_gettime and vdso) that were previously incorrectly missing `.cpp`
files with implementations.
* Minor fix to use `internal::exit` in `raw_mutex_test` to avoid adding
a dependency on `exit` entrypoint, which doesn't yet exist in Bazel.
Assisted by: Gemini
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