This is an archive of the discontinued LLVM Phabricator instance.

[ARM] halfword store hits llvm_unreachable with big-endian
ClosedPublic

Authored by simonwallis2 on Jul 16 2020, 6:24 AM.

Details

Summary

[ARM] halfword store hits llvm_unreachable with big-endian

Provide missing case in getFixupKindContainerSizeBytes().

This stops execution reaching llvm_unreachable("Unknown fixup kind!")

D83947

Diff Detail

Event Timeline

simonwallis2 created this revision.Jul 16 2020, 6:24 AM
ostannard accepted this revision.Jul 16 2020, 8:48 AM
ostannard added a subscriber: ostannard.

LGTM

This revision is now accepted and ready to land.Jul 16 2020, 8:48 AM
simonwallis2 edited the summary of this revision. (Show Details)Jul 16 2020, 11:28 PM
simonwallis2 edited the summary of this revision. (Show Details)Jul 16 2020, 11:50 PM
simonwallis2 edited the summary of this revision. (Show Details)Jul 16 2020, 11:55 PM