Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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@1cfde14 https://bugs.llvm.org/show_bug.cgi?id=47399 (Fixes problem behind rust-lang/rust#76224)
- Loading branch information