[Lldb-commits] [PATCH] D81300: Enable -DLLDB_ENERGY when compiling against an internal SDK

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 10 14:28:51 PDT 2020


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


================
Comment at: lldb/tools/debugserver/source/CMakeLists.txt:135
+  add_definitions(-DLLDB_ENERGY)
+  set(ENERGY_LIBRARY -lpmenergy -lpmsample)
+else()
----------------
JDevlieghere wrote:
> Can we not use the `find_library` patter that we use for things like springboard above?
There isn't really anything to find. It's in `/usr/lib`.


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

https://reviews.llvm.org/D81300





More information about the lldb-commits mailing list