[llvm] [bazel] Add support for building lldb (PR #87589)

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 15:43:19 PDT 2024


keith wrote:

If the goal is to include manual targets, we can instead do:

```
bazel query "attr(tags, 'manual', //...)"
```

and test those with `test //... + those`

https://github.com/llvm/llvm-project/pull/87589


More information about the llvm-commits mailing list