Files
clang-p2996/utils/bazel/llvm-project-overlay
jtstogel 66ec14171e [libc][bazel] Add bazel targets for libc/include/... tests. (#141150)
This PR also sets `alwayslink=True` for `//libc/test:LibcUnitTest`. This
ensures that the `main` function provided always gets linked into a test
target. While not strictly necessary, it makes it so tests like
45d8759cbe/libc/test/include/signbit_test.c
will give a duplicate symbol error if they incorrectly depend on
`//libc/test:LibcUnitTest`.

This PR is missing tests for generated header includes since the current
Bazel setup lacks generated headers or a mechanism to run hermetic
tests. CMake version of the header include tests:
a2ce564720/libc/test/include/CMakeLists.txt (L515)

See issue https://github.com/llvm/llvm-project/issues/134780
2025-06-26 11:16:43 -07:00
..
2025-06-25 13:25:40 +02:00
2025-06-26 15:06:18 +02:00