We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418920b commit 5e15fd7Copy full SHA for 5e15fd7
utils/bazel/configure.bzl
@@ -80,7 +80,7 @@ def _extract_cmake_settings(repository_ctx, llvm_cmake):
80
81
# It would be easier to use external commands like sed(1) and python.
82
# For portability, the parser should run on Starlark.
83
- llvm_cmake_path = repository_ctx.path(Label("//:" + llvm_cmake))
+ llvm_cmake_path = repository_ctx.path(Label("@llvm-raw//:" + llvm_cmake))
84
for line in repository_ctx.read(llvm_cmake_path).splitlines():
85
# Extract "set ( FOO bar ... "
86
setfoo = line.partition("(")
0 commit comments