From c6894333b904447da5f5d2c097bc2c9ad3e3e8f7 Mon Sep 17 00:00:00 2001 From: Alexander Belyaev Date: Wed, 7 Apr 2021 03:53:54 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@f37ea62e57b5 Updates LLVM usage to match [f37ea62e57b5](https://github.com/llvm/llvm-project/commit/f37ea62e57b5) PiperOrigin-RevId: 367189460 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index cc72db5..ad1bf80 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "000cf84cf1bb2f5475600737c16c3ccf43096f58" +LLVM_COMMIT = "f37ea62e57b5e0e7b52102a2254288e205bfef89" -LLVM_SHA256 = "70a4770806c7d1a9ef68f1e4d2b2dcfc009a98396e5f06ddddb990896f9e74d7" +LLVM_SHA256 = "22283b5b6b62e64f22cfe80564ef7d0c14260b098c9ecf199f178238de77099a" LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) diff --git a/build_tools/llvm_version.txt b/build_tools/llvm_version.txt index 1b082b3..27bf3d5 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -000cf84cf1bb2f5475600737c16c3ccf43096f58 +f37ea62e57b5e0e7b52102a2254288e205bfef89