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 6799a49 commit fca1e70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/import_llvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "0e779ad4998ef65907502101c5b82ede05ddfa4e"
LLVM_COMMIT = "5586541d220ebbe27d8dea039d0165c3b2694b06"

new_git_repository(
name = name,
Expand Down
10 changes: 10 additions & 0 deletions patches/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

0 comments on commit fca1e70

Please sign in to comment.