You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GCDAProfiling] Suppress -Wprio-ctor-dtor for GCC>=9 and remove unuse… (#73)
…d write_string/length_of_string
The `__attribute__((destructor(100)))` diagnostic does not have a
warning option in GCC 8 (before r264853) and thus cannot be suppressed.
--
ported from llvm/llvm-project fix:
llvm@1cfde14https://bugs.llvm.org/show_bug.cgi?id=47399
(Fixes problem behind rust-lang/rust#76224)
0 commit comments