This is an archive of the discontinued LLVM Phabricator instance.

Use the MachineBasicBlock symbol for a callbr target
AbandonedPublic

Authored by void on Jul 23 2019, 6:27 PM.

Details

Summary

Inline asm doesn't use labels when compiled as an object file.
Therefore, we shouldn't create one for the (potential) callbr
destination. Instead, use the symbol for the MachineBasicBlock.

Diff Detail

Event Timeline

void created this revision.Jul 23 2019, 6:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2019, 6:27 PM
void abandoned this revision.Jul 26 2019, 5:15 PM