Adding support for ppc64 (big endian) in order to support flang on 64 bit AIX
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Can you add a the new triple here flang/test/Fir/target-rewrite-complex.fir and adapt the test?
Comment Actions
Add the new triple to flang/test/Fir/target-rewrite-complex.fir as requested. Changed the existing PPC label to be PPC64le and added PPC64 label for the new triple. This is to avoid future confusion with ppc 32 bit.
Comment Actions
The change looks OK to me. Please wait for @clementval incase there are further comments.