diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2025-04-01 16:23:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 16:23:19 -0700 |
commit | 07504afc42bd295ca290c8c462869759b97e0fdc (patch) | |
tree | 283ee270dbefdd5cc5cd10f59ee1a55262e57843 /clang/unittests/Format/FormatTestJava.cpp | |
parent | 749535ba2808e133682074f712ac6829335f8875 (diff) | |
download | llvm-07504afc42bd295ca290c8c462869759b97e0fdc.zip llvm-07504afc42bd295ca290c8c462869759b97e0fdc.tar.gz llvm-07504afc42bd295ca290c8c462869759b97e0fdc.tar.bz2 |
[libc] Stop depending on .cpp files in libcxx_shared_headers library. (#133999)
Fix two instances of libcxx_shared_headers depending on .cpp files (in
Bazel build):
* Don't depend on exit syscall in LIBC_ASSERT implementation. This
dependency is not used, since LIBC_ASSERT always uses system <assert.h>
in the overlay mode, which is the only mode supported by Bazel.
* Don't depend on libc_errno in str-to-float and str-to-integer
conversions. We only need the ERANGE value, which can be obtained from
the proxy header instead.
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions