[all-commits] [llvm/llvm-project] 045872: [AIX] Define __TOS_AIX__ predefined macro
Steven Wan via All-commits
all-commits at lists.llvm.org
Tue Jul 6 11:16:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 045872f42203223450c96a518b6478d255a5d586
https://github.com/llvm/llvm-project/commit/045872f42203223450c96a518b6478d255a5d586
Author: Jake Egan <Jake.Egan at ibm.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M clang/lib/Basic/Targets/OSTargets.h
M clang/test/Preprocessor/init-ppc.c
Log Message:
-----------
[AIX] Define __TOS_AIX__ predefined macro
%%%
Transfer the predefined macro, __TOS_AIX__, from the AIX XL C/C++ compilers.
__TOS_AIX__ indicates that the target operating system is AIX.
%%%
Reviewed By: cebowleratibm
Differential Revision: https://reviews.llvm.org/D103587
More information about the All-commits
mailing list