[libcxx-commits] [PATCH] D119969: [libc++] Unconditionally provide the ability for users to enable assertions
Manoj Gupta via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 28 14:35:51 PST 2022
manojgupta added a comment.
Running readelf shows following in our shipping shared libs.
231: 00000000000c7db0 8 OBJECT GLOBAL DEFAULT 23 _ZNSt3__123__libcpp_debug_functionE
668: 0000000000075160 13 FUNC GLOBAL DEFAULT 14 _ZNSt3__127__libcpp_set_debug_functionEPFvRKNS_19__libcpp_debug_infoEE
1438: 0000000000075110 79 FUNC GLOBAL DEFAULT 14 _ZNSt3__129__libcpp_abort_debug_functionERKNS_19__libcpp_debug_infoE
1979: 0000000000074ef0 544 FUNC GLOBAL DEFAULT 14 _ZNKSt3__119__libcpp_debug_info4whatEv
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119969/new/
https://reviews.llvm.org/D119969
More information about the libcxx-commits
mailing list