Skip to content

Commit e422cba

Browse files
metaflowcopybara-github
authored andcommitted
Updates LLVM usage to match [5586541d220e](llvm/llvm-project@5586541d220e) PiperOrigin-RevId: 726837599
1 parent 6fdf3e9 commit e422cba

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

third_party/llvm/generated.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
Auto generated patch. Do not edit or delete it, even if empty.
2+
diff -ruN --strip-trailing-cr a/clang/test/Analysis/live-stmts.cpp b/clang/test/Analysis/live-stmts.cpp
3+
--- a/clang/test/Analysis/live-stmts.cpp
4+
+++ b/clang/test/Analysis/live-stmts.cpp
5+
@@ -1,3 +1,6 @@
6+
+// Disabling this flaky test, see https://github.com/llvm/llvm-project/pull/126913#issuecomment-2655850766
7+
+// UNSUPPORTED: true
8+
+
9+
// RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\
10+
// RUN: | FileCheck %s
11+

third_party/llvm/workspace.bzl

Lines changed: 2 additions & 2 deletions
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 = "0e779ad4998ef65907502101c5b82ede05ddfa4e"
8-
LLVM_SHA256 = "d5c2560b2d9ce3ced7951113f2b5d1ea428665678f4dcb1fb8780eb1219ca615"
7+
LLVM_COMMIT = "5586541d220ebbe27d8dea039d0165c3b2694b06"
8+
LLVM_SHA256 = "9eeaef49e6a305e5f540f656ef851d80074476180963b5413c38c751f0e1339f"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)