[Lldb-commits] [PATCH] D109463: gn build: Add support for building LLDB on Linux.

Nico Weber via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 8 15:04:50 PDT 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Very cool. LG with top-level BUILD.gn comment addressed :)



================
Comment at: llvm/utils/gn/secondary/BUILD.gn:15
     "//lld/test",
+    "//lldb",
     "//llvm/test",
----------------
Does this build fine on windows?

Generally this only depends on the test targets which in turn depend on the binaries, so probably should only have the old/test dep in this file anyways.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109463



More information about the lldb-commits mailing list