diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-14 09:13:15 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-14 09:14:28 -0800 |
commit | fd19ffc6a502f8e647696d550abb04a6c8c1b182 (patch) | |
tree | 08b02f9eca60171641ef71c718b8ed09ba57a0ab /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | c8a14c2d4773841daa303736332d0038ead6f36a (diff) | |
download | bcm5719-llvm-fd19ffc6a502f8e647696d550abb04a6c8c1b182.tar.gz bcm5719-llvm-fd19ffc6a502f8e647696d550abb04a6c8c1b182.zip |
[lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssert
llvm_unreachable is marked noreturn so the compiler can assume the code
for printing the error message in release builds isn't hit which defeats
the purpose.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions