aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDavid Tenty <daltenty@ibm.com>2022-01-17 15:32:33 -0500
committerDavid Tenty <daltenty@ibm.com>2022-01-28 13:27:10 -0500
commit27ee91162dd3f01d692e8f092903dd79f4e54348 (patch)
treef855c413cde3bca458b3c6def09a92c0056eea9a /clang/lib/Frontend/CompilerInvocation.cpp
parentf4744e9ae08f70ce416bedeedc1af64f29a20970 (diff)
downloadllvm-27ee91162dd3f01d692e8f092903dd79f4e54348.zip
llvm-27ee91162dd3f01d692e8f092903dd79f4e54348.tar.gz
llvm-27ee91162dd3f01d692e8f092903dd79f4e54348.tar.bz2
[AIX][clang] include_next through clang provided float.h
AIX provides additional definitions in the system libc float.h that we would like to be available to users, so we need to include_next through, similar to what is done on some other platforms. We also adjust the guards for some definitions which are restricted based on language level to also be provide with the _ALL_SOURCE feature test macro on AIX, similar to what is done by the platform float.h header, so we don't run into cases where we don't provide the compiler macro but still have a different definition from the system. Differential Revision: https://reviews.llvm.org/D117935
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions