Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 10 Jun 2015 10:54:40 +0000 (10:54 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 10 Jun 2015 10:54:40 +0000 (10:54 +0000)
commitfff114c89048400902778024969f8f519380b635
tree039a52ddf91c0fd68bc3a108d229200abdca9e4e
parent03c060b6d4823e60c3d9a31f5ffc7f9ff5e2f95a
Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.

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

Reviewers: rafael

Reviewed By: rafael

Subscribers: rafael, llvm-commits, rengolin

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239465 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TargetRegistry.h
lib/MC/MCDisassembler/MCRelocationInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp