[all-commits] [llvm/llvm-project] 866d48: [libc++abi] Add an option to avoid demangling in t...
Dan Albert via All-commits
all-commits at lists.llvm.org
Thu Jan 21 13:33:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 866d480fe0549d616bfdd69986dd07a7b2dc5b52
https://github.com/llvm/llvm-project/commit/866d480fe0549d616bfdd69986dd07a7b2dc5b52
Author: Dan Albert <danalbert at google.com>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_default_handlers.cpp
Log Message:
-----------
[libc++abi] Add an option to avoid demangling in terminate.
We've been using this patch in Android so we can avoid including the
demangler in libc++.so. It comes with a rather large cost in RSS and
isn't commonly needed.
Reviewed By: #libc_abi, compnerd
Differential Revision: https://reviews.llvm.org/D88189
More information about the All-commits
mailing list