[Lldb-commits] [PATCH] D101596: [debugserver] Use add_lldb_library

2021-04-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb535459d0a1d: [debugserver] Use add_lldb_library instead of add_library (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG L

[Lldb-commits] [PATCH] D101596: [debugserver] Use add_lldb_library

2021-04-29 Thread Jason Molenda via Phabricator via lldb-commits
jasonmolenda accepted this revision. jasonmolenda added a comment. This revision is now accepted and ready to land. LGTM. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101596/new/ https://reviews.llvm.org/D101596 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D101596: [debugserver] Use add_lldb_library

2021-04-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: jasonmolenda. Herald added a subscriber: mgorny. JDevlieghere requested review of this revision. Use `add_lldb_library` to ensure debugserver inherits all the defines set by llvm. https://reviews.llvm.org/D101596 Files: lldb/