llvm-6502/lib/Target/ARM/MCTargetDesc
Jim Grosbach 42e6bd38e0 Keep source information, if available, around for ARM Fixups.
Adjust an example MachObjectWriter diagnostic to use the information
to issue a better message.

Before:
LLVM ERROR: unknown ARM fixup kind!

After:
x.s:6:5: error: unsupported relocation on symbol
    beq bar
    ^

rdar://9800182

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149093 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-26 23:20:15 +00:00
..
ARMAddressingModes.h
ARMAsmBackend.cpp Silence warnings about mixing enums. 2012-01-19 21:11:13 +00:00
ARMBaseInfo.h Move default case for covered enum outside of switch. 2012-01-10 19:43:09 +00:00
ARMELFObjectWriter.cpp Add support for the R_ARM_TARGET1 relocation, which should be given to relocations applied to all C++ constructors and destructors. 2012-01-26 09:25:43 +00:00
ARMFixupKinds.h
ARMMachObjectWriter.cpp Keep source information, if available, around for ARM Fixups. 2012-01-26 23:20:15 +00:00
ARMMCAsmInfo.cpp Revert r148686 (and r148694, a fix to it) due to a serious layering 2012-01-24 00:30:17 +00:00
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp Keep source information, if available, around for ARM Fixups. 2012-01-26 23:20:15 +00:00
ARMMCExpr.cpp
ARMMCExpr.h
ARMMCTargetDesc.cpp
ARMMCTargetDesc.h
CMakeLists.txt Hopefully fix the cmake build. 2011-12-22 01:11:01 +00:00
LLVMBuild.txt
Makefile