mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 07:26:41 +00:00

This reverts commit f9146ccbe940d8b8eb15e7686a511a28eb0abc6b ([libc][bazel] explicitly use system-provided errno in Bazel builds. (#130663)) This change causes problems in Bazel builds where system errno is set to non-zero before the tests even begin to run - see PR #131650 for the disucssion on how to address this.