forked from OSchip/llvm-project
866113c2ea
A number of backends (AArch64, MIPS, ARM) have been using MCContext::reportError to report issues such as out-of-range fixup values in their TgtAsmBackend. This is great, but because MCContext couldn't easily be threaded through to the adjustFixupValue helper function from its usual callsite (applyFixup), these backends ended up adding an MCContext* argument and adding another call to applyFixup to processFixupValue. Adding an MCContext parameter to applyFixup makes this unnecessary, and even better - applyFixup can take a reference to MCContext rather than a potentially null pointer. Differential Revision: https://reviews.llvm.org/D30264 llvm-svn: 299529 |
||
---|---|---|
.. | ||
AArch64AddressingModes.h | ||
AArch64AsmBackend.cpp | ||
AArch64ELFObjectWriter.cpp | ||
AArch64ELFStreamer.cpp | ||
AArch64ELFStreamer.h | ||
AArch64FixupKinds.h | ||
AArch64MCAsmInfo.cpp | ||
AArch64MCAsmInfo.h | ||
AArch64MCCodeEmitter.cpp | ||
AArch64MCExpr.cpp | ||
AArch64MCExpr.h | ||
AArch64MCTargetDesc.cpp | ||
AArch64MCTargetDesc.h | ||
AArch64MachObjectWriter.cpp | ||
AArch64TargetStreamer.cpp | ||
AArch64TargetStreamer.h | ||
CMakeLists.txt | ||
LLVMBuild.txt |