Unverified Commit 987258f5 authored by Daniel Chen's avatar Daniel Chen Committed by GitHub
Browse files

[Flang] Add __powerpc__ macro to set c_intmax_t to c_int64_t rather than...

[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.
parent 4f13f353
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment