[roll] Roll fuchsia [superproject] Roll llvm-project/libc Reland: "[libc] Templatize str{,n}cmp"

This will be used to implement the case insensitive str{,n}casecmp

This was initially reverted because it broke tests on arm platforms.
Unfortunately, it didn't break on my arm machine, but I suspect the
problem was the old comparator returned char and not int.

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

GitOrigin-RevId: e742790910a08e188d4c56db8ff3662df90ed1c7
Original-Revision: 94236d3b45a0f241863bd35ee965eed1265fdf11
Roller-URL: https://ci.chromium.org/b/8792335538401443105
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/787863
Original-Revision: 41d7a81e5b7fdf709d7142179695af10f04d8568
Change-Id: Ic7e606da52383e19634daedbf004f8dbef8afe91
1 file changed
tree: 9a8503e056b1f8148403bda9430a6f2e48adbf2b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.