Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 11 Jun 2015 15:34:59 +0000 (15:34 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 11 Jun 2015 15:34:59 +0000 (15:34 +0000)
commitf0e3a9c174138ed77f0e5280b5fa735e9b6d5202
tree4ade008e21b505172b8044ffa96c2bddcb04ec9d
parent4bedcbcab359bec94e072fb8dfd10d7bc37f7ed3
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.

Summary:
This continues the patch series to eliminate StringRef forms of GNU triples
from the internals of LLVM that began in r239036.

Reviewers: rengolin

Reviewed By: rengolin

Subscribers: llvm-commits, jfb, rengolin

Differential Revision: http://reviews.llvm.org/D10361

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239538 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/R600/AMDGPUTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.cpp