This is an archive of the discontinued LLVM Phabricator instance.

Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
ClosedPublic

Authored by dsanders on Jun 10 2015, 8:50 AM.

Details

Summary

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

Diff Detail

Event Timeline

dsanders updated this revision to Diff 27445.Jun 10 2015, 8:50 AM
dsanders retitled this revision from to Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added subscribers: rengolin, Unknown Object (MLST).
rengolin accepted this revision.Jun 11 2015, 4:47 AM
rengolin added a reviewer: rengolin.

LGTM. Thanks!

This revision is now accepted and ready to land.Jun 11 2015, 4:47 AM
dsanders closed this revision.Jun 11 2015, 8:39 AM