commit | 3ff964248fab89a756eeb9be874596d99c79ce88 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@fuchsia.infra.roller.google.com> | Wed Sep 08 18:22:18 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 08 11:23:45 2021 -0700 |
tree | d8aa3d0f80b70540aadc9541d1707364cf02ad03 | |
parent | 75e3603da1f39e07892a64dbfb78f1cbb7868f59 [diff] |
[roll] Roll fuchsia [build] Fix Asan variant definition to support zx_assert_level = 0. Setting `zx_assert_level = 0` in args.gn would break the compilation of the C library, because //build/config:default_frame_pointers would add -DWITH_FRAME_POINTERS=0 to the command-line, then the asan variant would add -DWITH_FRAME_POINTERS=1 to it. The compiler would then complain loudly about it when building asan-based C library binaries. For more details, see the associated bug. This CL fixes the issue by ensuring //build/config:default_frame_pointers is removed when necessary. Original-Bug: 84138 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576845 Original-Revision: 9770e81a33cc21d3fab026373b00805f3ea4eb3b GitOrigin-RevId: 7fe6100d1234a47d10487c61a8e6f75cdde481ce Change-Id: I92f2e4544758cf95a854b8e47301e93681ab9be5
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
.