Skip to content

Commit

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

PiperOrigin-RevId: 726837599
  • Loading branch information
metaflow authored and copybara-github committed Feb 14, 2025
1 parent 168b9c3 commit 16706e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions dependency_support/llvm/llvm.patch
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Auto generated patch. Do not edit or delete it, even if empty.
diff -ruN --strip-trailing-cr a/clang/test/Analysis/live-stmts.cpp b/clang/test/Analysis/live-stmts.cpp
--- a/clang/test/Analysis/live-stmts.cpp
+++ b/clang/test/Analysis/live-stmts.cpp
@@ -1,3 +1,6 @@
+// Disabling this flaky test, see https://github.com/llvm/llvm-project/pull/126913#issuecomment-2655850766
+// UNSUPPORTED: true
+
// RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\
// RUN: | FileCheck %s

4 changes: 2 additions & 2 deletions dependency_support/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
def repo():
"""Initialize the llvm-project repository."""

LLVM_COMMIT = "0e779ad4998ef65907502101c5b82ede05ddfa4e"
LLVM_SHA256 = "d5c2560b2d9ce3ced7951113f2b5d1ea428665678f4dcb1fb8780eb1219ca615"
LLVM_COMMIT = "5586541d220ebbe27d8dea039d0165c3b2694b06"
LLVM_SHA256 = "9eeaef49e6a305e5f540f656ef851d80074476180963b5413c38c751f0e1339f"

maybe(
http_archive,
Expand Down

0 comments on commit 16706e2

Please sign in to comment.