This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis][NFC] Simplify LLVMState.
ClosedPublic

Authored by courbet on Jun 21 2018, 6:45 AM.

Details

Summary

Pretty much everything we need is in llvm::TargetMachine.

Diff Detail

Repository
rL LLVM

Event Timeline

courbet created this revision.Jun 21 2018, 6:45 AM
courbet updated this revision to Diff 152289.Jun 21 2018, 6:52 AM
  • [llvm-exegesis][NFC] Further simplify LLVMState.
courbet updated this revision to Diff 152290.Jun 21 2018, 6:56 AM

Get rid of TheTarget member variable

gchatelet accepted this revision.Jun 21 2018, 7:04 AM
This revision is now accepted and ready to land.Jun 21 2018, 7:04 AM
This revision was automatically updated to reflect the committed changes.