Hi all,
I add two asserts in the ARM fixup handling routine to check valid values for "FullSizeBytes."
This patch also adds test files for fixups in big endian ARM mode.
Please review.
Thanks,
Christian
Paths
| Differential D3827
ARMEB: Additional test files for ARM fixups ClosedPublic Authored by cpirker on May 19 2014, 8:29 AM.
Details
Diff Detail Event Timelinecpirker updated this object. Comment Actions Hi Christian, Is it possible to add a test to catch the asserts when enabled? Otherwise, LGTM. thanks, Comment Actions Hi Renato, You would need to change llvm source code to enable the asserts, as they check invalid constants. cheers, This revision is now accepted and ready to land.May 20 2014, 1:56 AM
Revision Contents
Diff 9576 lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
test/MC/ARM/big-endian-arm-fixup.s
test/MC/ARM/big-endian-thumb-fixup.s
test/MC/ARM/big-endian-thumb2-fixup.s
|