This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add comparison specialization for cpp:string type
ClosedPublic

Authored by jhuber6 on May 18 2023, 1:20 PM.

Details

Summary

We compare this type in the string_test. It had no specialization here
so it could cause linker errors. This patch simply extends the interface
to support it.

Diff Detail

Event Timeline

jhuber6 created this revision.May 18 2023, 1:20 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 18 2023, 1:20 PM
jhuber6 requested review of this revision.May 18 2023, 1:20 PM
sivachandra accepted this revision.May 18 2023, 1:23 PM
This revision is now accepted and ready to land.May 18 2023, 1:23 PM
This revision was landed with ongoing or failed builds.May 18 2023, 1:25 PM
This revision was automatically updated to reflect the committed changes.