This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Add NullResolver
ClosedPublic

Authored by JosephTremoulet on Jun 15 2015, 12:03 PM.

Details

Summary

This is an implementation of RuntimeDyld::SymbolResolver that simply
rejects all resolution requests; useful for clients that do not have any
cross-object symbol references.

Diff Detail

Repository
rL LLVM

Event Timeline

JosephTremoulet retitled this revision from to [ORC] Add NullResolver.
JosephTremoulet updated this object.
JosephTremoulet edited the test plan for this revision. (Show Details)
JosephTremoulet added a reviewer: lhames.
JosephTremoulet set the repository for this revision to rL LLVM.
JosephTremoulet added a subscriber: Unknown Object (MLST).
lhames accepted this revision.Jun 17 2015, 11:50 AM
lhames edited edge metadata.

Looks good to me. Thanks Joseph!

This revision is now accepted and ready to land.Jun 17 2015, 11:50 AM