[PATCH] D107242: [AIX] Define __HOS_AIX__ macro
Chris Bowler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 4 11:59:38 PDT 2021
cebowleratibm requested changes to this revision.
cebowleratibm added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/lib/Basic/Targets/OSTargets.h:679
Builder.defineMacro("__TOS_AIX__");
+ Builder.defineMacro("__HOS_AIX__");
----------------
__HOS_AIX__ should only be defined if both the host and the target OS are AIX.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107242/new/
https://reviews.llvm.org/D107242
More information about the cfe-commits
mailing list