Add an EmitAbsValue helper method and use it in cases where we want to be sure
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Dec 2010 14:53:14 +0000 (14:53 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Dec 2010 14:53:14 +0000 (14:53 +0000)
commit2303c9dd69476d045af7cee94e112dd77d22fd28
tree375625044ce3d1b57ac71a67d0f78d2a9c0073c9
parent03a83a3f41c4763974b6d9d9aff852c9611db44f
Add an EmitAbsValue helper method and use it in cases where we want to be sure
that no relocations are used (on MochO).
Fixes llc producing different output from llc + llvm-mc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121000 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCStreamer.cpp