commit | 519e9ef6cc1c284bb1ee13540f123cdc4c269224 | [log] [tgz] |
---|---|---|
author | Nathan Sidwell <nathan@acm.org> | Thu Oct 20 07:10:47 2022 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 20 06:16:10 2022 -0700 |
tree | c4e0d656410f30fa571584bbae14215c910f57fc | |
parent | 685c4ad257da543bdf9e3a391c28b3e4ac1f8aac [diff] |
libcxxabi [PR58117][NFC]: Open code lower bound This open codes the use of lower-bound when looking for an operator encoding. Using std::lower_bound can result in symbol references to the C++ library and that breaks the ABI demangler, which mandates no such dependency. Differential Revision: https://reviews.llvm.org/D135799 Fixes: https://github.com/llvm/llvm-project/issues/58117 NOKEYCHECK=True GitOrigin-RevId: c7ca21436d626b188d87774044d4c087cbbe7fcf