This is an archive of the discontinued LLVM Phabricator instance.

[RuntimeDyld] Don't error on symbols that resolve to 0
AbandonedPublic

Authored by MoritzS on Jan 28 2021, 1:05 AM.

Details

Reviewers
lhames
Summary

A symbol can have 0 as its valid address. This happens with weak
undefined symbols in ELF, for example.

Diff Detail

Event Timeline

MoritzS created this revision.Jan 28 2021, 1:05 AM
MoritzS requested review of this revision.Jan 28 2021, 1:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2021, 1:05 AM
MoritzS abandoned this revision.Jul 6 2021, 12:51 AM

This is now solved in D97898.