Skip to content

Commit c979b0b

Browse files
committed
minor comments removed from extensions.bzl since import_llvm.bzl does not exist
1 parent e5f2997 commit c979b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def _mlir_tutorial_deps_impl(module_ctx):
1111
new_git_repository(
1212
name = "llvm-raw",
1313
build_file_content = "# empty",
14-
commit = "e8a891b0f9d2a742ac3904116aaec2c7c9231b24", # from import_llvm.bzl
14+
commit = "e8a891b0f9d2a742ac3904116aaec2c7c9231b24",
1515
init_submodules = False,
1616
remote = "https://github.com/llvm/llvm-project.git",
1717
)

0 commit comments

Comments
 (0)