This is an archive of the discontinued LLVM Phabricator instance.

[APFloat] Remove workaround for old clang.
ClosedPublic

Authored by craig.topper on Dec 23 2022, 12:46 AM.

Details

Summary

The comment says this is for clang 3.3. I believe our build
requirements are newer than that so we can remove this.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 23 2022, 12:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 23 2022, 12:46 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
craig.topper requested review of this revision.Dec 23 2022, 12:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 23 2022, 12:46 AM
nikic accepted this revision.Dec 23 2022, 1:12 AM

LG, minimum clang is 5.0.

This revision is now accepted and ready to land.Dec 23 2022, 1:12 AM
RKSimon accepted this revision.Dec 23 2022, 5:11 AM

LGTM

This revision was automatically updated to reflect the committed changes.