Skip to content

Commit b807244

Browse files
Updates LLVM usage to match [97298853b4de](llvm/llvm-project@97298853b4de) PiperOrigin-RevId: 696509493
1 parent d08db91 commit b807244

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

third_party/llvm/generated.patch

+12
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
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 = "01d233ff403823389f8480897e41aea84ecbb3d3"
8-
LLVM_SHA256 = "283a1d9c251d5028ae78f7a659816588fedaa6a8ba5733bee7249724fb3ed2bc"
7+
LLVM_COMMIT = "97298853b4de70dbce9c0a140ac38e3ac179e02e"
8+
LLVM_SHA256 = "ac811cb61d281043c865c39260a5114a0e96d16ec0e4eb74a2516a24981b9064"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)