This is an archive of the discontinued LLVM Phabricator instance.

[MC] Add interface to finish pending labels.
ClosedPublic

Authored by JDevlieghere on Jul 10 2018, 6:59 AM.

Details

Summary

When manually finishing the object writer in dsymutil, it's possible
that there are pending labels that haven't been resolved. This results
in an assertion when the assembler tries to fixup a label that doesn't
have an address yet.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Jul 10 2018, 6:59 AM
  • Add comment
  • Fix call in MachOUtils.cpp
This revision is now accepted and ready to land.Jul 10 2018, 8:00 AM
This revision was automatically updated to reflect the committed changes.