Skip to content

Commit

Permalink
Upgrade to 18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Mar 10, 2024
1 parent d3bfa73 commit a47a26d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

## Start LLVM ##
# See https://github.com/llvm/llvm-project/blob/7cbf1a2591520c2491aa35339f227775f4d3adf6/utils/bazel/WORKSPACE
# See https://github.com/llvm/llvm-project/blob/dba2a75e9c7ef81fe84774ba5eee5e67e01d801a/utils/bazel/WORKSPACE
SKYLIB_VERSION = "1.3.0"

http_archive(
Expand All @@ -16,16 +16,14 @@ http_archive(
],
)

LLVM_COMMIT = "6009708b4367171ccdbf4b5905cb6a803753fe18" # 17.0.6

LLVM_SHA256 = "1b0dd2e445ebe7406f4982cb39de02f8c07f19e6ef2182e49164d9e6421dc9ec"
LLVM_COMMIT = "dba2a75e9c7ef81fe84774ba5eee5e67e01d801a" # 18.1.1

http_archive(
name = "llvm-raw",
build_file = "//:BUILD.llvm-raw",
patch_args = ["-p1"],
patches = ["//:llvm.patch"],
sha256 = LLVM_SHA256,
integrity = "sha256-JOqJXzaB/kzM368oZaI1mKv3BsgSI1TC+DnJUltEf78=",
strip_prefix = "llvm-project-" + LLVM_COMMIT,
urls = ["https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT)],
)
Expand Down

0 comments on commit a47a26d

Please sign in to comment.