commit | 59faa868c126d7f310b0df03c2d6d6c215a695f1 | [log] [tgz] |
---|---|---|
author | Paul Kirth <paulkirth@fuchsia.infra.roller.google.com> | Tue Aug 13 15:13:41 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 13 08:15:29 2024 -0700 |
tree | 83f8232cd1edf29ab7e0e63fe8866aa21f0c011c | |
parent | f163d48f56786ec62037845f00e69314ece92f6c [diff] |
[roll] Roll fuchsia [kernel][crt1] Move main() out of extern "C" block Clang was recently updated to no longer accept main() functions declared as `extern "C"` to better match the C++ standard: https://eel.is/c++draft/basic.start.main#3.sentence-5. A fuller discussion of the issue can be found on GitHub: https://github.com/llvm/llvm-project/issues/101512. This patch moves the declaration of main out of the `extern "C"` block, but does not otherwise change any functionality. This should be safe to do, so long as no tests or other low level code rely on the unmangled symbol name. Original-Fixed: 359249080 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099245 Original-Revision: 5158d315cce8d74b063cf22153315c09f8d9fa1b GitOrigin-RevId: 746ed6a83f14c7647c702bf0aa103436da91bfff Change-Id: I67ac55fff5b7e484f18aa0ada697586f69085a8e
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
.