diff options
author | Daniel Chen <cdchen@ca.ibm.com> | 2024-02-13 11:03:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 11:03:54 -0500 |
commit | 987258f5c7801ebb4f7ce7c6a035634b275a5759 (patch) | |
tree | 18b73e60c5eb3b371b893a082c8f6ca0fe8de358 /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 4f13f353cc8dc472a3f00932bc42179776f0f684 (diff) | |
download | llvm-987258f5c7801ebb4f7ce7c6a035634b275a5759.zip llvm-987258f5c7801ebb4f7ce7c6a035634b275a5759.tar.gz llvm-987258f5c7801ebb4f7ce7c6a035634b275a5759.tar.bz2 |
[Flang] Add __powerpc__ macro to set c_intmax_t to c_int64_t rather than c_int128_t as PowerPC only supports up to c_int64_t. (#81222)
PowerPC only supports up to `c_int64_t`. Add macro `__powerpc__` and
preprocess it for setting `c_intmax_t` in `iso_c_binding` intrinsic
module.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions