[Lldb-commits] [PATCH] D58838: Remove tautological #ifdefs

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 1 11:26:54 PST 2019


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

LLDB_CONFIGURATION_BUILD_AND_INTEGRATION doesn't have them. So you can change these to

  #if !defined(LLDB_CONFIGURATION_BUILD_AND_INTEGRATION)


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

https://reviews.llvm.org/D58838





More information about the lldb-commits mailing list