From 2da9d6947dc037719ec0568f336ef6712a6142fe Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Mon, 1 Feb 2021 05:55:50 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@e90e455d2a0c Updates LLVM usage to match [e90e455d2a0c](https://github.com/llvm/llvm-project/commit/e90e455d2a0c) PiperOrigin-RevId: 354922438 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index b3926bb..e47a50c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "1c762a81d20f498a93c38c0f0b10ad7c18650422" +LLVM_COMMIT = "e90e455d2a0cc6e04b930a43355c3551e2c6f0e0" -LLVM_SHA256 = "3d47d095b8a9828ac7004a0a076916674a914eb8eabe3026c275bcfc1115639e" +LLVM_SHA256 = "ff98270ebf8302210e4bae08db8738468fff8aeaa6bcbcdfa654e7ce530a0263" 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 59fa9b8..46e38d4 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -1c762a81d20f498a93c38c0f0b10ad7c18650422 +e90e455d2a0cc6e04b930a43355c3551e2c6f0e0