This is an archive of the discontinued LLVM Phabricator instance.

[clang][driver] Fix float128 diagnostics with glibc >= 2.32
ClosedPublic

Authored by tbaeder on Mar 8 2022, 5:25 AM.

Details

Summary

As explained in https://reviews.llvm.org/D112906#3366874, the check here seems broken and the tests failed when run on a machine with a glibc >= 2.32 installed.

Diff Detail

Event Timeline

tbaeder created this revision.Mar 8 2022, 5:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 5:25 AM
Herald added a subscriber: nemanjai. · View Herald Transcript
tbaeder requested review of this revision.Mar 8 2022, 5:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 5:25 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
qiucf accepted this revision.Mar 8 2022, 6:10 AM

LGTM, thanks for the catch.

This revision is now accepted and ready to land.Mar 8 2022, 6:10 AM