This is an archive of the discontinued LLVM Phabricator instance.

Add createMCRelocationInfo() and createMCSymbolizer() to MCTargetMachine.
AbandonedPublic

Authored by dsanders on Oct 19 2015, 5:05 AM.

Details

Reviewers
None
Summary

Note that these functions are in libMCDisassembler rather than the libMC.
This is because calling Target::createMCRelocationInfo() or
Target::createMCSymbolizer() would otherwise introduce a dependency from
MC to MCDisassembler in addition to the existing dependency from
MCDisassembler to MC.

Depends on D13858

Diff Detail

Event Timeline

dsanders updated this revision to Diff 37739.Oct 19 2015, 5:05 AM
dsanders retitled this revision from to Add createMCRelocationInfo() and createMCSymbolizer() to MCTargetMachine..
dsanders updated this object.
dsanders added subscribers: echristo, rengolin, llvm-commits.
dsanders updated this revision to Diff 40511.Nov 18 2015, 8:01 AM

Refresh patch.

dsanders abandoned this revision.Jul 18 2019, 7:06 PM