Skip to content

Commit

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

PiperOrigin-RevId: 696672457
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Nov 14, 2024
1 parent 1b257c8 commit 66d0ad7
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/llvm/lib/Transforms/Utils/CodeExtractor.cpp b/llvm/lib/Transforms/Utils/CodeExtractor.cpp
--- a/llvm/lib/Transforms/Utils/CodeExtractor.cpp
+++ b/llvm/lib/Transforms/Utils/CodeExtractor.cpp
@@ -1465,7 +1465,7 @@
: Suffix;

ValueSet StructValues;
- StructType *StructTy;
+ StructType *StructTy = nullptr;
Function *newFunction = constructFunctionDeclaration(
inputs, outputs, EntryFreq, oldFunction->getName() + "." + SuffixToUse,
StructValues, StructTy);
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 = "97298853b4de70dbce9c0a140ac38e3ac179e02e"
LLVM_SHA256 = "ac811cb61d281043c865c39260a5114a0e96d16ec0e4eb74a2516a24981b9064"
LLVM_COMMIT = "03730cdd3d10c5270fe436777a37d50b0838a3bf"
LLVM_SHA256 = "54d843249c75b200f7bf9b7947079fe16fa0b657c4aee4abdde4ac05a9cd5f84"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 66d0ad7

Please sign in to comment.