commit | bc33186319ebfa96a8054ccd1ddfd152bfc8b2ce | [log] [tgz] |
---|---|---|
author | Schrodinger ZHU Yifan <yifanzhu@fuchsia.infra.roller.rochester.edu> | Tue Dec 12 22:45:37 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 12 14:47:07 2023 -0800 |
tree | 6322ff45f755446e8b1e95bb7b953009fb2c5aed | |
parent | 8e56992fe1e73584027fe79a692d5e10565dbb8a [diff] |
[roll] Roll llvm-project/libc [libc] fix issues around stack protector (#74567) If a function is declared with stack-protector, the compiler may try to load the TLS. However, inside certain runtime functions, TLS may not be available. This patch disables stack protectors for such routines to fix the problem. Closes #74487. GitOrigin-RevId: 3a916453e0a3b6ea48d9a81751c8329824e3bae3 Original-Revision: 9db9e6d2f2987863cc7dd272158fd2c1c862cac6 Change-Id: I527ff3f0b2b767c5a36f968ca5cf3a2963b2d456
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.