From 09f6141562c57ea293b1fd0cbd02a11515ec69e2 Mon Sep 17 00:00:00 2001 From: Tres Popp Date: Thu, 29 Apr 2021 02:01:16 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@6d8d1338629c Updates LLVM usage to match [6d8d1338629c](https://github.com/llvm/llvm-project/commit/6d8d1338629c) PiperOrigin-RevId: 371074366 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index fb68c0e..b098c14 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "671f0e2e189c561512511331d95de382e2d6d15d" +LLVM_COMMIT = "6d8d1338629ceeaf6f56dc9eabc72e1a63f05169" -LLVM_SHA256 = "2628dd724f9cf6130aabff2127f99d2dc8577b10ba2fda16a9e3d4d90a84ab52" +LLVM_SHA256 = "be229e668af64e11bde165e6c734f06c4524235744c76ae334f535fa44a28e82" 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 3b12619..c02325b 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -671f0e2e189c561512511331d95de382e2d6d15d +6d8d1338629ceeaf6f56dc9eabc72e1a63f05169