mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
//tools dir fixes
This commit is contained in:
parent
8bb2c4123c
commit
c61a44d9c9
2 changed files with 522 additions and 279 deletions
|
@ -1,4 +1,6 @@
|
|||
# Copyright 2023 RobRich999 and Alex313031
|
||||
#!special-case-list-v1
|
||||
# TODO(https://crbug.com/1515966): update to glob patterns
|
||||
|
||||
# This file defines which warnings should be ignored while running clang's
|
||||
# control flow integrity sanitizer, as run by the cfi_flags build target.
|
||||
|
||||
|
@ -163,6 +165,12 @@ fun:*AddTraceEvent*
|
|||
# Dawn, calls to OpenGL and Vulkan function pointers from shared library.
|
||||
src:*third_party/dawn/src/dawn/native/*
|
||||
|
||||
# Dawn uses std::function for callbacks from the main binary to
|
||||
# liboptimization_guide_internal.so.
|
||||
# TODO(crbug.com/1511050): See if we can avoid disabling CFI for std::function.
|
||||
src:*third_party/libc*/invoke.h
|
||||
src:*third_party/libc*/function.h
|
||||
|
||||
# PPAPI
|
||||
src:*ppapi/*
|
||||
src:*content/renderer/pepper*
|
||||
|
@ -263,6 +271,9 @@ fun:*InvokeAccessorGetterCallback*
|
|||
src:*third_party/pthreadpool/src/src/fastpath.c
|
||||
src:*third_party/pthreadpool/src/src/portable-api.c
|
||||
|
||||
# XNNPack casts incorrect function signature.
|
||||
src:*third_party/xnnpack/src/src/operators/deconvolution-nhwc.c
|
||||
|
||||
######### Uncategorized
|
||||
|
||||
src:*native_client/*
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue