[all-commits] [llvm/llvm-project] 969826: [libc] Add comparison specialization for cpp:strin...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu May 18 13:25:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9698265e449b3ed84d833b3840f6847ab6d8b971
      https://github.com/llvm/llvm-project/commit/9698265e449b3ed84d833b3840f6847ab6d8b971
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-05-18 (Thu, 18 May 2023)

  Changed paths:
    M libc/test/UnitTest/LibcTest.cpp

  Log Message:
  -----------
  [libc] Add comparison specialization for cpp:string type

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.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D150904




More information about the All-commits mailing list