[roll] Roll llvm-libc 191b852..ebf99c6 (10 commits)

ebf99c6 [libc][NFC] Move generic math implementations to the generic directory.
3db81ea [LIBC] Add optimized memcpy routine for AArch64
5cac183 [libc] Add hardware implementations of ceil and ceilf for aarch64.
3b8dd41 [libc][NFC] Add a death test API adaptation macro
b38ee8e [libc] Small adjustments to fenv tests
f74c203 [libc][Obvious] Fix typo
7ad4313 [libc][Obvious] Remove DEPS for unistd.h in CMake file of memmove.
e8b2140 [libc][NFC] Add a few casts to suppress loss of precision warnings
e55a1ef [CMake][libc] Support cross-compiling libc-hdrgen
1f2b8bf [CMake][libc] Don't do CPU feature detection when cross-compiling

GitOrigin-RevId: 09a4adf448bc0c0a0176f929e81c70e9cc007480
Change-Id: Id655c9136ae96f7541976b971780683db3a18699
1 file changed
tree: 6634106e845a628edb23ef36c4ef065d737f86a8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.