diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2023-11-12 22:43:25 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 09:43:25 +0100 |
commit | e734bc53de8173a1b54493f3e0c8f70575341a9e (patch) | |
tree | c4c3cb1b5069c7678c40a6fa004b506bd1e575ef /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | f35f863a88f83332bef9605ef4cfe4f05c066efb (diff) | |
download | llvm-e734bc53de8173a1b54493f3e0c8f70575341a9e.zip llvm-e734bc53de8173a1b54493f3e0c8f70575341a9e.tar.gz llvm-e734bc53de8173a1b54493f3e0c8f70575341a9e.tar.bz2 |
[libc++] Remove _LIBCPP_HAS_NO_FGETPOS_FSETPOS (#72073)
Instead of using individual macros to turn off missing C library
features, we use the using_if_exists attribute now. This patch removes
the _LIBCPP_HAS_NO_FGETPOS_FSETPOS macro used to workaround missing
fgetpos and fsetpos on older versions of Android -- using_if_exists
should take care of those in the headers and we should add appropriate
XFAILs to the tests instead of using TEST_HAS_NO_FGETPOS_FSETPOS.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions