This is an archive of the discontinued LLVM Phabricator instance.

ELF: Reword a somewhat misleading error message.
ClosedPublic

Authored by pcc on Jul 13 2017, 5:13 PM.

Details

Summary

PT_TLS is a type of program header, so we wouldn't expect to see
one in an object file. This error should probably be referring to
the fact that we didn't see a section with the flag SHF_TLS, which
would normally cause us to create a PT_TLS program header.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jul 13 2017, 5:13 PM
ruiu accepted this revision.Jul 13 2017, 5:15 PM

LGTM

This revision is now accepted and ready to land.Jul 13 2017, 5:15 PM
This revision was automatically updated to reflect the committed changes.