labath added a comment.

`lldbassert(x)` already expands to `assert(x)` in a debug 
(LLDB_CONFIGURATION_DEBUG) build. It sounds like you want this to assert in a 
non-debug build which has assertions enabled (Release+Assertions) ? If that's 
the case, then I think we should just change the `#ifdef 
LLDB_CONFIGURATION_DEBUG` in `LLDBAssert.h` into `#ifdef _DEBUG`..


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64267/new/

https://reviews.llvm.org/D64267



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to