diff --git a/third_party/llvm/generated.patch b/third_party/llvm/generated.patch index bb2be30d9..509398da9 100644 --- a/third_party/llvm/generated.patch +++ b/third_party/llvm/generated.patch @@ -1,13 +1 @@ Auto generated patch. Do not edit or delete it, even if empty. -diff -ruN --strip-trailing-cr a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel ---- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel -+++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel -@@ -2937,6 +2937,8 @@ - ]), - hdrs = glob([ - "include/llvm/ExecutionEngine/Orc/Shared/*.h", -+ ] + [ -+ "include/llvm/ExecutionEngine/Orc/SymbolStringPool.h", - ]), - copts = llvm_copts, - deps = [ diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 47d284da4..a651bdf9e 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "9c9d4b9e73c19842c4fde581cec0295abed8c977" - LLVM_SHA256 = "0c0fb301ce5da9ea3042fd35856924ed3f89c73aa0fc062b38d96d6a0d0bfc4d" + LLVM_COMMIT = "ce0f11325e0c62c5b81391589e9b93b412a85bc1" + LLVM_SHA256 = "61b944417bd5f38d79b6813332663efbb98ae4630e773d539421e279b0f60e16" tf_http_archive( name = name,