This is an archive of the discontinued LLVM Phabricator instance.

[LLD][ELF] Be more precise about Thumb state bit in ARM thunks
AbandonedPublic

Authored by peter.smith on Apr 4 2017, 4:06 AM.

Details

Reviewers
ruiu
rafael
Summary

When we are able to reuse a Thumb thunk from ARM and vice versa the thumb state bit needs to be set to make sure that the bl is converted to a blx.

Diff Detail

Event Timeline

peter.smith created this revision.Apr 4 2017, 4:06 AM
peter.smith abandoned this revision.Jun 22 2017, 8:01 AM

This is no longer required, it was implemented as part of D34036