This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove unused code paths for non-existent builtins
ClosedPublic

Authored by ldionne on Feb 3 2022, 9:33 AM.

Details

Summary

It looks like we added some checks to try and use builtin type traits
in https://reviews.llvm.org/D67900, but some of those type traits are
never implemented as builtins, so this is essentially dead code.

Fixes llvm-project#53569

Diff Detail

Event Timeline

ldionne requested review of this revision.Feb 3 2022, 9:33 AM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 9:33 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Feb 3 2022, 10:01 AM
Mordante added a subscriber: Mordante.

LGTM.

This revision is now accepted and ready to land.Feb 3 2022, 10:01 AM