diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2022-08-08 14:06:40 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2022-11-21 08:22:09 -0500 |
commit | 119cef40d18c48240854edc553dca61c4e9fdf27 (patch) | |
tree | 4e7f9ca8bfde5b712fc28488d83709acdd6fe3b2 /llvm/tools/llvm-readobj/llvm-readobj.cpp | |
parent | 399638f98cdc2405c6a2e85f3cbba175fabaf858 (diff) | |
download | llvm-119cef40d18c48240854edc553dca61c4e9fdf27.zip llvm-119cef40d18c48240854edc553dca61c4e9fdf27.tar.gz llvm-119cef40d18c48240854edc553dca61c4e9fdf27.tar.bz2 |
[libc++] Remove workarounds for systems that used to require __need_XXX macros
Libc++ tried accomodating systems that need to be able to define various
__need_FOO macros before including C library headers, however it does not
appear to be needed anymore in most cases. Indeed, glibc used to use that
system to conditionally provide definitions, however almost all instances
of these macros have been removed from glibc years ago.
I think the next step would be to also fix Clang's own builtin headers
to stop needing these macros.
Differential Revision: https://reviews.llvm.org/D131425
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions