[Lldb-commits] [PATCH] D55320: [CMake] Move debugserver options to separate debugserverConfig.cmake

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 7 05:53:54 PST 2018


sgraenitz marked an inline comment as done.
sgraenitz added inline comments.


================
Comment at: cmake/modules/debugserverConfig.cmake:2
+# Duplicate options from LLDBConfig that are relevant for debugserver Standalone builds.
+
+option(LLDB_USE_ENTITLEMENTS "When code signing, use entitlements if available" ON)
----------------
aprantl wrote:
> I don't know CMake enough, but would it be feasible to have both file #include a fragment with the shared code?
Yes I think this makes sense as soon as the number of duplicates grows.

BTW I double-checked and we don't use LLDB_VERSION in debugserver standalone yet, so for now I won't add it. Updated the review accordingly.


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

https://reviews.llvm.org/D55320





More information about the lldb-commits mailing list