aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorJake Egan <Jake.Egan@ibm.com>2021-08-10 11:38:48 -0400
committerJake Egan <Jake.Egan@ibm.com>2021-08-10 13:03:17 -0400
commit3b39fa3e2815538187ed8928549a9f27c6a71ef6 (patch)
tree6308ee0600e84c487c7e7d3b99c60e7cf3d965dc /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent1123100a16a321d70508e2508ebc5d57ce7163dc (diff)
downloadllvm-3b39fa3e2815538187ed8928549a9f27c6a71ef6.zip
llvm-3b39fa3e2815538187ed8928549a9f27c6a71ef6.tar.gz
llvm-3b39fa3e2815538187ed8928549a9f27c6a71ef6.tar.bz2
[AIX] Define __HOS_AIX__ macro only for AIX target
%%% This patch defines the macro __HOS_AIX__ when the target is AIX and without any dependency on the host. The macro indicates that the host is AIX. Defining the macro will help minimize porting pain for existing code compiled with xlc/xlC. xlC never shipped cross-compiling support, so the difference is not observable anyway. %%% This is a follow up to the discussion in https://reviews.llvm.org/D107242. Reviewed By: cebowleratibm, joerg Differential Revision: https://reviews.llvm.org/D107825
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions