llvm-6502/lib/Target/ARM/AsmParser
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
..
ARMAsmLexer.cpp
ARMAsmParser.cpp Keep source information, if available, around for ARM Fixups. 2012-01-26 23:20:15 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile