[Lldb-commits] [PATCH] D75493: [lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around asserts

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 3 14:24:42 PST 2020


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Core/Section.cpp:271
-#ifdef LLDB_CONFIGURATION_DEBUG
   // For debug builds, ensure that there are no orphaned (i.e., moduleless)
   // sections.
----------------
remove `for debug builds`


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D75493





More information about the lldb-commits mailing list