This is an archive of the discontinued LLVM Phabricator instance.

SPEC2006: Pronounce endianness flags both ways
ClosedPublic

Authored by nwf on Feb 10 2021, 10:02 AM.

Details

Summary

473.astar chose to pronounce the CPU endianness C preprocessor symbol differently from the rest of the benchmark suite.

This was caught in the make-based build system, but missed in the cmake-based system.

Diff Detail

Repository
rT test-suite

Event Timeline

nwf created this revision.Feb 10 2021, 10:02 AM
nwf requested review of this revision.Feb 10 2021, 10:02 AM
jrtc27 added a subscriber: jrtc27.

Thanks for catching this.

Just to double-check, so you need BOTH spellings?

Meinersbur accepted this revision.Feb 10 2021, 10:28 AM

LGTM

Just to double-check, so you need BOTH spellings?

SPEC_CPU_BIG_ENDIAN for 473.astar, SPEC_CPU_BIGENDIAN for all others.

This revision is now accepted and ready to land.Feb 10 2021, 10:28 AM

ping?

Do you need help with pushing this to main?

jrtc27 added a comment.Jul 7 2021, 9:02 AM

ping?

Do you need help with pushing this to main?

Wes isn't a committer; I could do it for him but don't have a clone to hand so yes, please do commit on his behalf.

This revision was automatically updated to reflect the committed changes.