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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150904
[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
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 18 2023, 1:20 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 Closed by commit rG9698265e449b: [libc] Add comparison specialization for cpp:string type (authored by jhuber6). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523532 libc/test/UnitTest/LibcTest.cpp
|