Hi All,
I added a test case for the aarch64_be target predefined macros.
Particularly AARCH64EB, corresponding to AARCH64EL for the aarch64 target.
Thanks,
Christian
Paths
| Differential D3115
AArch64_BE test case for predefined macros ClosedPublic Authored by cpirker on Mar 19 2014, 4:43 AM.
Details
Summary Hi All, I added a test case for the aarch64_be target predefined macros. Thanks,
Diff Detail Event TimelineComment Actions Hi Christian, Mostly looks fine. Just one query:
Comment Actions Hi Tim, I added the "ARM_BIG_ENDIAN" define. Thanks, Comment Actions I committed this patch as r204604.
Comment Actions Hi Tim, I added you as reviewer. Thanks, This revision is now accepted and ready to land.May 15 2014, 5:05 AM
Revision Contents
Diff 8034 lib/Basic/Targets.cpp
test/Preprocessor/init.c
|
Shouldn't ARM_BIG_ENDIAN be here? My ACLE seems to think so (we seem to have ARCH_BIG_ENDIAN instead, which is probably my fault but incorrect).