diff options
author | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2019-07-27 17:09:15 +0000 |
---|---|---|
committer | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2019-07-27 17:09:15 +0000 |
commit | f0f63cab7f5b1a30e4bf327b4b51c945e8d76487 (patch) | |
tree | 1b4487bf45ff2d8234dda509cc666c689b16bf48 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 60c1ee23ffbcf524e344373006816f61120199fc (diff) | |
download | llvm-f0f63cab7f5b1a30e4bf327b4b51c945e8d76487.zip llvm-f0f63cab7f5b1a30e4bf327b4b51c945e8d76487.tar.gz llvm-f0f63cab7f5b1a30e4bf327b4b51c945e8d76487.tar.bz2 |
[clangd] Fix NDEBUG build problem introduced by rL366698
Sprinkled some #ifndef NDEBUG in Selection.cpp to make
it possible to build with NDEBUG defined.
The problem was introduced in rL366698 when using dlog
for some debug printouts. The dlog macro expands to
DEBUG_WITH_TYPE, which isn't using it's arguments in
optimized builds (when NDEBUG is defined).
llvm-svn: 367178
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions