[roll] Roll llvm-project/libc d72f3c4..1bd928d (9 commits)

1bd928d [libc][darwin] Add OSUtil for darwin arm64 target so that unit tests can be run.
8c56d09 [libc][doc] Update math function status page to show more targets.
cf11dca [libc] Support LIBC_COPT_USE_C_ASSERT build flag
64b7e02 [libc] Fix compilation issues in memory_check_utils.h
a95ef2f [libc] Add macro LIBC_THREAD_LOCAL.
4d5abf2 [libc][test] Drastically reduce mem test runtime
c34f462 [NFC][Py Reformat] Reformat python files in the rest of the dirs
c2a102e [libc] Make hermetic test depend on the unit test if it exists.
38d678e [libc] Rearrange error and signal tables.

GitOrigin-RevId: 7bef7b189b94276244ab9074f959508dfca09ad9
Change-Id: I6c9bc5e58a2775ef136c81b5ae9f5ca846e0984d
1 file changed
tree: cb64f771b14f865d8781beea36c07a7a738b3c2d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.