JDevlieghere added inline comments.

================
Comment at: lldb/tools/debugserver/source/CMakeLists.txt:132
 
+if($ENV{SDKROOT} MATCHES ".Internal.sdk$")
+  message(STATUS "LLDB debugserver energy support is enabled")
----------------
I guess this should be guarded by `if(APPLE)`? 


================
Comment at: lldb/tools/debugserver/source/CMakeLists.txt:135
+  add_definitions(-DLLDB_ENERGY)
+  set(ENERGY_LIBRARY -lpmenergy -lpmsample)
+else()
----------------
Can we not use the `find_library` patter that we use for things like 
springboard above?


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

https://reviews.llvm.org/D81300



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

Reply via email to