This is an archive of the discontinued LLVM Phabricator instance.

[X86][Driver] Remove stale FIXME. NFC
ClosedPublic

Authored by craig.topper on Oct 30 2022, 7:52 PM.

Details

Summary

We use getHostCPUFeatures in x86::getX86TargetFeatures so I think
this FIXME is taken care of already.

Diff Detail

Event Timeline

craig.topper created this revision.Oct 30 2022, 7:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2022, 7:52 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
craig.topper requested review of this revision.Oct 30 2022, 7:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2022, 7:52 PM
RKSimon accepted this revision.Oct 31 2022, 3:41 AM

LGTM

This revision is now accepted and ready to land.Oct 31 2022, 3:41 AM
This revision was automatically updated to reflect the committed changes.