[llvm] [Bazel] Add more llvm tools (PR #163228)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 08:35:08 PDT 2025
================
@@ -5671,6 +5671,57 @@ cc_binary(
],
)
+cc_binary(
+ name = "llvm-sim",
+ testonly = True,
----------------
rupprecht wrote:
Are these tools really just for tests? They seem more like general purpose utils, which happen to be useful for tests.
OTOH, there's not too much harm in marking this testonly. I'd be fine adding them like this and then removing the testonly attr later if we need to use it outside of a testing context.
https://github.com/llvm/llvm-project/pull/163228
More information about the llvm-commits
mailing list