Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@ce0f11325e0c
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[ce0f11325e0c](llvm/llvm-project@ce0f11325e0c)

PiperOrigin-RevId: 702971342
  • Loading branch information
durin42 authored and copybara-github committed Dec 5, 2024
1 parent 4f9a18d commit 68751d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions third_party/llvm/generated.patch
Original file line number Diff line number Diff line change
@@ -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 = [
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68751d4

Please sign in to comment.