[roll] Roll llvm-project/libc f27c68f..368ae3b (12 commits)

368ae3b [libc] Prevent printf index mode crashes
16f9482 [libc] Partially implement 'quick_exit' for the GPU
51a0a5d [libc] Implement ntohl and ntohs
744636c [libc] Fix amdgpu startup code flags
b73bfe3 [libc] Introduce a libc internal assertion macro named LIBC_ASSERT.
67b2fb1 [libc][CMake] Missing TableGen include
6915717 [libc] Fix LIBC_GPU_ARCHITECTURES not being used
83f6869 [libc] Add Month enum, refactor mktime_test
7ff5aa3 [libc] Fix GPU include directories not being set properly
d1921bd [libc] Fix dependencies for generating the GPU binary file
a6f6cf9 [libc] Support add_object_library for the GPU build
e6f4f8a [libc][AArch64] Fix fullbuild when using G++/GCC

GitOrigin-RevId: 5e3ed04b0877f57d5a0478c6b8584df1d0924611
Change-Id: Ib8ebf6a1506bda4150fef896980a1b3d4ad77ef3
1 file changed
tree: 5199bb30162634dd756398eb9d1d7cde22802c32
  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.