[PATCH] D56721: Move llvm-objdump demangle function into demangler library
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 16 03:46:53 PST 2019
labath added a comment.
> But this does not protect us from anything in release builds.
Isn't that the whole point of asserts? "Catch the things that are not supposed to happen in debug builds so that you don't have to pay the cost of checking them in release builds."
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56721/new/
https://reviews.llvm.org/D56721
More information about the llvm-commits
mailing list