[PATCH] D13860: Add createMCRelocationInfo() and createMCSymbolizer() to MCTargetMachine.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 05:05:06 PDT 2015


dsanders created this revision.
dsanders added subscribers: echristo, rengolin, llvm-commits.
dsanders added a dependency: D13858: Add an MCTargetMachine and have it construct MC classes..

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

http://reviews.llvm.org/D13860

Files:
  include/llvm/MC/MCTargetMachine.h
  include/llvm/Support/TargetRegistry.h
  lib/MC/MCDisassembler/CMakeLists.txt
  lib/MC/MCDisassembler/Disassembler.cpp
  lib/MC/MCDisassembler/MCTargetMachine.cpp
  tools/llvm-objdump/MachODump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13860.37739.patch
Type: text/x-patch
Size: 6525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151019/de99abbd/attachment.bin>


More information about the llvm-commits mailing list