Update On Sun Jan 19 19:31:10 CET 2025

This commit is contained in:
github-action[bot]
2025-01-19 19:31:10 +01:00
parent a0a080a641
commit f50f0c6ff7
58 changed files with 1079 additions and 251 deletions

View File

@@ -77,6 +77,7 @@ flags="$flags"'
enable_backup_ref_ptr_support=false
enable_dangling_raw_ptr_checks=false
enable_shadow_metadata=false
'
if [ "$WITH_SYSROOT" ]; then

View File

@@ -19,10 +19,6 @@ SECTION_PATTERN = re.compile(r"^ *\[ *[0-9]+\] +(\S+) +\S+ + ([0-9a-f]+) .*$")
# Some otherwise disallowed symbols are referenced in the linux-chromeos build.
# To continue supporting it, allow these symbols to remain enabled.
SYMBOL_ALLOWLIST = {
"fts64_close",
"fts64_open",
"fts64_read",
"memfd_create",
}