From 61cfb8c69073e3b7edf10f082c21c8d7867c77f3 Mon Sep 17 00:00:00 2001 From: Tres Popp Date: Thu, 21 Jan 2021 07:24:11 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@726de41e2bfb Updates LLVM usage to match [726de41e2bfb](https://github.com/llvm/llvm-project/commit/726de41e2bfb) PiperOrigin-RevId: 353014048 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ffcbb84..dd2f3db 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "71635ea5ffd62a7de91c759c0dfb7bb40c16fd94" +LLVM_COMMIT = "726de41e2bfb1d0d65e08f103dcb12810fe99d60" -LLVM_SHA256 = "fcf303a228071a705f8185d66ecab4e0c4e82bdcaa4626919e302b3276b09bdd" +LLVM_SHA256 = "738271553dca8bfadba98c8cb76410e0026db8efb3bbbec1a0ef214902e14613" 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 1fb171b..b1e4d48 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -71635ea5ffd62a7de91c759c0dfb7bb40c16fd94 +726de41e2bfb1d0d65e08f103dcb12810fe99d60