[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Fix assert.h and ctype.h not being built

The `assert.h` and `ctype.h` headers are never built despite their
entrypoints being present in the generated library. This patch adds a
dependency on these headers so that they will be built properly.

Reviewed By: sivachandra

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

GitOrigin-RevId: dcabb158a58d9099e4ac07ecee4e25295543c700
Original-Revision: d837b0767672278a4646e0bb69d982b6aabaad94
Roller-URL: https://ci.chromium.org/b/8797306897121587185
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/761383
Original-Revision: 4d086f62db938a56297e296a5dbb97c41d4947e3
Change-Id: I3f7fa7e30c88b633b47215397b7d683416e5b06e
1 file changed
tree: bb9ba21f62e723b35a4dfd9b968aefa49f9419fe
  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.