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)
commit364dbe06d3b8405f30f126af540f01c5289e081f
tree6232bf7f95546cd517fd3ec7840e08d5f1cd1a0b
parent98983d0aff8164bad43ea8d9bef308c14c5d77ca
Stop calling getTargetTriple off of the AsmPrinter and constructing a
TargetTriple, just grab it off of the TargetMachine. NFC.

llvm-svn: 283001
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp