OSDN Git Service

Stop calling getTargetTriple off of the AsmPrinter and constructing a
authorEric Christopher <echristo@gmail.com>
Sat, 1 Oct 2016 01:50:29 +0000 (01:50 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 1 Oct 2016 01:50:29 +0000 (01:50 +0000)
commit0c503049b82cc686e233498e3e8b1bdaf3fb1713
tree135d5affe1d728d23c0ea6152a7c4c0d81ed9cc8
parent76315dae175c71f84b4323fca5c67b0cfed60ffd
Stop calling getTargetTriple off of the AsmPrinter and constructing a
TargetTriple, just grab it off of the TargetMachine. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp