This is an archive of the discontinued LLVM Phabricator instance.

Split the TargetInfo stuff from D7380 into its own patch.
ClosedPublic

Authored by jroelofs on Feb 12 2015, 3:42 PM.

Details

Reviewers
danalbert
Summary

@danalbert already LGTM'd this part, but I'll give another chance to give it a once-over.

Diff Detail

Event Timeline

jroelofs updated this revision to Diff 19862.Feb 12 2015, 3:42 PM
jroelofs retitled this revision from to Split the TargetInfo stuff from D7380 into its own patch..
jroelofs updated this object.
jroelofs edited the test plan for this revision. (Show Details)
jroelofs added a reviewer: danalbert.
jroelofs added subscribers: Unknown Object (MLST), danalbert.
danalbert accepted this revision.Feb 12 2015, 9:10 PM
danalbert edited edge metadata.

LGTM

libcxx/test/config.py
111

I'd prefer importlib + getattr instead of eval.

This revision is now accepted and ready to land.Feb 12 2015, 9:10 PM
jroelofs closed this revision.Feb 13 2015, 7:27 AM

Committed r229111.