Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 2 Dec 2013 16:25:47 +0000 (16:25 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 2 Dec 2013 16:25:47 +0000 (16:25 +0000)
commitcce5873de356227917238cf7b5dc01168082463a
treeafdaaa82b341bdaf40a5e1c675db6d91ec5ccc9e
parent4f9dd99c285d19a664ee69085887797a397a07bc
Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.

This allows it to be used in TargetLoweringObjectFileImpl.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196117 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/X86AsmPrinter.cpp