[all-commits] [llvm/llvm-project] ec0647: Stop disabling link_llvmlibc feature in libc_test ...
Alexey Samsonov via All-commits
all-commits at lists.llvm.org
Thu Oct 3 22:40:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec06471c8317487a3f69fac89545253f139a9416
https://github.com/llvm/llvm-project/commit/ec06471c8317487a3f69fac89545253f139a9416
Author: Alexey Samsonov <vonosmas at gmail.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
Log Message:
-----------
Stop disabling link_llvmlibc feature in libc_test Bazel rule
This detail is not relevant for the upstream Bazel version. llvm-libc unit tests today directly invoke the function under test using the namespace, which reduces the potential problems of linking with some other (system-provided) version of llvm-libc further.
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