Skip to content

Commit 66d0ad7

Browse files
Updates LLVM usage to match [03730cdd3d10](llvm/llvm-project@03730cdd3d10) PiperOrigin-RevId: 696672457
1 parent 1b257c8 commit 66d0ad7

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

third_party/llvm/generated.patch

-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
11
Auto generated patch. Do not edit or delete it, even if empty.
2-
diff -ruN --strip-trailing-cr a/llvm/lib/Transforms/Utils/CodeExtractor.cpp b/llvm/lib/Transforms/Utils/CodeExtractor.cpp
3-
--- a/llvm/lib/Transforms/Utils/CodeExtractor.cpp
4-
+++ b/llvm/lib/Transforms/Utils/CodeExtractor.cpp
5-
@@ -1465,7 +1465,7 @@
6-
: Suffix;
7-
8-
ValueSet StructValues;
9-
- StructType *StructTy;
10-
+ StructType *StructTy = nullptr;
11-
Function *newFunction = constructFunctionDeclaration(
12-
inputs, outputs, EntryFreq, oldFunction->getName() + "." + SuffixToUse,
13-
StructValues, StructTy);

third_party/llvm/workspace.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "97298853b4de70dbce9c0a140ac38e3ac179e02e"
8-
LLVM_SHA256 = "ac811cb61d281043c865c39260a5114a0e96d16ec0e4eb74a2516a24981b9064"
7+
LLVM_COMMIT = "03730cdd3d10c5270fe436777a37d50b0838a3bf"
8+
LLVM_SHA256 = "54d843249c75b200f7bf9b7947079fe16fa0b657c4aee4abdde4ac05a9cd5f84"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)