[roll] Roll llvm-project/libc dd52117..ee4f1fd (34 commits)

ee4f1fd Revert "[libc] Add unistd overlay" (#119295)
60acdb3 [libc] Add unistd overlay (#118882)
418c572 [libc] Support baremetal libc on aarch64 (#118691)
ad582c8 [libc][docs] add missing c99 docs (#119239)
cb902a0 [libc][docs] add c11 threads and uchar (#119250)
fb85fa6 [libc] Fix multiply-defined global functions in ctype tests (#119055)
b9fddf9 [libc] Add missing casts in StrtolTest (#119054)
12a95b3 [libc] Remove unused target conditionals for Apple platforms (#119030)
6c1bcfe [libc] Replace LLVM_COMPILER_IS_GCC_COMPATIBLE with a local check. (#119164)
80ff5a8 [libc] fix 32bit riscv atomic tests (#119087)
d62b3c8 [libc] Fix overlay mode inclusion for fcntl.h header. (#119159)
97e9cef [libc] fix woa64 fenv implementation (#119155)
18600b8 [libc] Update fence to use scoped fence now that it's supported (#119018)
3b3ef93 [libc][CPP] clean up and generalize atomic implementation (#118996)
5f049b6 [libc] Remove automemcpy folder (#118781)
cbd24dd [libc] document supported os ranges (#118863)
9c5255f Reapply "[libc][windows] start time API implementation (#117775)" (#118886)
82fdf29 [libc][docs] stub out assert, errno, and locale (#118852)
a2cc86b [libc][docs] reorganize documentation (#118836)
01870bb [libc] Include CheckCXXCompilerFlag when checking compiler features (#118862)
0a36f2c Revert "[libc][windows] start time API implementation (#117775)"
e6e5bc6 [libc][windows] start time API implementation (#117775)
2aad8ba [libc] revert all process_mrelease changes (#118650)
3306236 [libc][docgen] update to POSIX.1-2024 (#118717)
be1647b docgen refresh (#118709)
6d18f82 [libc] Remove complicated header guards on HSA include
f9fc3be [libc][math] Add small code size options for atan2f. (#118532)
76cbeef [libc] add headers.txt for windows (#118675)
430bb6d [libc] rename newhdrgen to just hdrgen (#118545)
085c05c [libc] Fix the GPU build when building inside the NATIVE project (#118573)
bf437d7 Revert "[AMDGPU] Use COV6 by default (#118515)"
15b6e75 [AMDGPU] Use COV6 by default (#118515)
92981dd [libc] Change ctype to be encoding independent (#110574)
bfe2fb0 [libc] delete hdrgen (#117220)

GitOrigin-RevId: b12d67105a9834fb87b8bc9d712df5e29dfb6b49
Change-Id: I207282a1830f014b376317914a1634edbe610ad0
1 file changed
tree: 6af6d8c1fc7d7ff4288c71cdf46f7205a55972c6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.