This continues the patch series to eliminate StringRef forms of GNU triples
from the internals of LLVM that began in r239036.
Depends on D10366
Paths
| Differential D10381
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC. ClosedPublic Authored by dsanders on Jun 11 2015, 2:16 AM.
Details Summary This continues the patch series to eliminate StringRef forms of GNU triples Depends on D10366
Diff Detail Event Timelinedsanders retitled this revision from to Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC.. dsanders updated this object. dsanders added a parent revision: D10366: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC..
Comment Actions Yeah, should be fine. I trust you'll merge all the patches in the right order. :) LGTM. Thanks! This revision is now accepted and ready to land.Jun 11 2015, 4:11 AM
Revision Contents
Diff 27491 include/llvm/Target/TargetMachine.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/TargetMachineC.cpp
tools/lli/OrcLazyJIT.cpp
|
No copy constructor?