sgraenitz added a comment. `debugserver` was not that simple. For now only `lldb-server` as an example.
================ Comment at: cmake/modules/AddLLDB.cmake:109 list(APPEND LLVM_LINK_COMPONENTS ${ARG_LINK_COMPONENTS}) - add_llvm_executable(${name} ${ARG_UNPARSED_ARGUMENTS}) + add_llvm_executable(${name} ${ARG_UNPARSED_ARGUMENTS} ENTITLEMENTS ${ARG_ENTITLEMENTS}) ---------------- I am parsing `ENTITLEMENTS` above and passing it on here explicitly. Had expected it to be passed along with `ARG_UNPARSED_ARGUMENTS` otherwise, but for some reason that didn't work. Is that the expected behaviour? https://reviews.llvm.org/D54444 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits