mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update test failing on LLVM 17
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user