From c22b7d45c1bc430f0c22d1dc2da5d22c8ed98603 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 9 Jan 2025 01:35:16 +0100 Subject: [PATCH] Update test failing on LLVM 17 --- test/test_suite/macros/ref_vector.c3t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_suite/macros/ref_vector.c3t b/test/test_suite/macros/ref_vector.c3t index f0b2e15cb..2dab88a6c 100644 --- a/test/test_suite/macros/ref_vector.c3t +++ b/test/test_suite/macros/ref_vector.c3t @@ -41,10 +41,9 @@ entry: call void @llvm.assume(i1 %eq4) ret i32 1 } -; Function Attrs: nocallback nofree nosync nounwind willreturn memory(inaccessiblemem: write) + declare void @llvm.assume(i1 noundef) #1 attributes #0 = { nounwind uwtable "no-trapping-math"="true" "stack-protector-buffer-size"="8" } -attributes #1 = { nocallback nofree nosync nounwind willreturn memory(inaccessiblemem: write) } !llvm.module.flags = !{!0, !1, !2, !3, !4, !5} !0 = !{i32 2, !"Dwarf Version", i32 4} !1 = !{i32 2, !"Debug Info Version", i32 3}