[roll] Roll llvm-project/libc 41a7343..1677ae9 (8 commits)

1677ae9 [libc] Fix printf %e and %g bugs
b94bc08 [libc] Fix printf %f bugs
2a6885a [libc] Fix printf %a padding issue
da3d10d [libc] Add get_explicit_exponent to fpbits
3bba324 [libc][NFC] Suppress warnings on floating point conversions
04bd044 [libc] Drop RPC port count and index to 32-bit numbers
e299fbf Revert "[libc] Extend optional to support non trivially destructible objects"
e8f0ea0 [libc] Extend optional to support non trivially destructible objects

GitOrigin-RevId: 3816d504bfb628c1cae7a61549de0ff911c0f4f9
Change-Id: I4678126fccdb0fe87891e319da44bdb49b7c29b0
1 file changed
tree: 974238fc640ece0a0c5f477c7b67bb11eb652551
  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.