We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f2997 commit c979b0bCopy full SHA for c979b0b
1 file changed
extensions.bzl
@@ -11,7 +11,7 @@ def _mlir_tutorial_deps_impl(module_ctx):
11
new_git_repository(
12
name = "llvm-raw",
13
build_file_content = "# empty",
14
- commit = "e8a891b0f9d2a742ac3904116aaec2c7c9231b24", # from import_llvm.bzl
+ commit = "e8a891b0f9d2a742ac3904116aaec2c7c9231b24",
15
init_submodules = False,
16
remote = "https://github.com/llvm/llvm-project.git",
17
)
0 commit comments