llvm-project/llvm/lib/Target/Sparc/MCTargetDesc
Joel Jones 373d7d30dd MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Some targets, notably AArch64 for ILP32, have different relocation encodings
based upon the ABI. This is an enabling change, so a future patch can use the
ABIName from MCTargetOptions to chose which relocations to use. Tested using
check-llvm.

The corresponding change to clang is in: http://reviews.llvm.org/D16538

Patch by: Joel Jones

Differential Revision: https://reviews.llvm.org/D16213

llvm-svn: 276654
2016-07-25 17:18:28 +00:00
..
CMakeLists.txt
LLVMBuild.txt
SparcAsmBackend.cpp MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC 2016-07-25 17:18:28 +00:00
SparcELFObjectWriter.cpp Convert a few assert failures into proper errors. 2016-01-13 22:56:57 +00:00
SparcFixupKinds.h
SparcMCAsmInfo.cpp
SparcMCAsmInfo.h
SparcMCCodeEmitter.cpp Prune some includes from headers and sink some inline functions 2016-06-22 23:23:08 +00:00
SparcMCExpr.cpp
SparcMCExpr.h Fix pr24486. 2015-10-05 12:07:05 +00:00
SparcMCTargetDesc.cpp Delete MCCodeGenInfo. 2016-06-30 18:25:11 +00:00
SparcMCTargetDesc.h MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC 2016-07-25 17:18:28 +00:00
SparcTargetStreamer.cpp