[all-commits] [llvm/llvm-project] 3b2c4e: [lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Mar 6 11:21:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3b2c4e7178c3ca868589c11ceaabe65c7454115d
https://github.com/llvm/llvm-project/commit/3b2c4e7178c3ca868589c11ceaabe65c7454115d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M lldb/source/Core/Section.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
Log Message:
-----------
[lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around asserts
Summary:
Otherwise this code won't run on the Release+Asserts builds we have on the CI.
Fixes rdar://problem/59867885 (partly)
Reviewers: aprantl
Reviewed By: aprantl
Subscribers: JDevlieghere, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D75493
More information about the All-commits
mailing list