This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Add ObjectTransformLayer
ClosedPublic

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

Details

Summary

This is a utility for clients that want to insert a layer that modifies
each ObjectFile and then passes it along to the next layer.

Diff Detail

Repository
rL LLVM

Event Timeline

JosephTremoulet retitled this revision from to [ORC] Add ObjectTransformLayer.
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 23 2015, 4:02 PM
lhames edited edge metadata.

This looks great. Thanks very much Joseph!

This revision is now accepted and ready to land.Jun 23 2015, 4:02 PM