Add simple support for keeping MCFixup source information.
authorJim Grosbach <grosbach@apple.com>
Thu, 26 Jan 2012 23:20:11 +0000 (23:20 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 26 Jan 2012 23:20:11 +0000 (23:20 +0000)
commit82f4ce5081fc9cfbf34bbe61eb0412e7ca4dc3df
treef2f2b3b4edb43f23ad81386d77fe0252ebe1c881
parent93cd59aea87a8f40f033d705cbbbfb7ab27b048f
Add simple support for keeping MCFixup source information.

Can be used to issue more user friendly diagnostics for faulty
relocation constructs and such.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149092 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCInst.h
lib/MC/MCContext.cpp