[llvm] [bazel] Improve building on/for Windows (PR #171761)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 10:15:28 PST 2025


================
@@ -2,6 +2,8 @@
 # See https://llvm.org/LICENSE.txt for license information.
 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
+load("@bazel_lib//lib:run_binary.bzl", "run_binary")
----------------
rupprecht wrote:

CI is failing here. You'll need to add this to MODULE.bazel, or use the version from skylib instead if that's sufficient

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


More information about the llvm-commits mailing list