This is an archive of the discontinued LLVM Phabricator instance.

[VE] Create a TargetInfo header. NFC
ClosedPublic

Authored by kaz7 on Apr 21 2020, 1:04 AM.

Details

Summary

Move the declarations of getThe<Name>Target() functions into a new header in
TargetInfo and make users of these functions include this new header in
order to follow other architectures.

Diff Detail

Event Timeline

kaz7 created this revision.Apr 21 2020, 1:04 AM
simoll accepted this revision.Apr 21 2020, 2:41 AM

LGTM

This revision is now accepted and ready to land.Apr 21 2020, 2:41 AM
This revision was automatically updated to reflect the committed changes.