In preparation for removing getNameWithPrefix off of TargetMachine,
authorEric Christopher <echristo@gmail.com>
Fri, 14 Oct 2016 05:47:41 +0000 (05:47 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 14 Oct 2016 05:47:41 +0000 (05:47 +0000)
commit2bd52b5d91f7f560f86eb60a7852e5c2f44aefa3
tree502348d7869485a76f4dcf7f47a75b72c62547d5
parent445c952bd0a3b35244476ba7ef9ff44b5483dfea
In preparation for removing getNameWithPrefix off of TargetMachine,
sink the current behavior into the callers and sink
TargetMachine::getNameWithPrefix into TargetMachine::getSymbol.

llvm-svn: 284203
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/Target/TargetMachine.cpp