We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af0ba5 commit c83e2e7Copy full SHA for c83e2e7
llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll
@@ -3,7 +3,7 @@
3
4
!llvm.tysan.globals = !{!0}
5
6
-!0 = distinct !{ptr undef, !1}
+!0 = distinct !{ptr null, !1}
7
!1 = !{!"any pointer", !2, i64 0}
8
!2 = !{!"omnipotent char", !3, i64 0}
9
!3 = !{!"Simple C/C++ TBAA"}
@@ -28,7 +28,7 @@
28
;.
29
; CHECK: attributes #[[ATTR0]] = { nounwind }
30
31
-; CHECK: [[META0:![0-9]+]] = distinct !{ptr undef, [[META1:![0-9]+]]}
+; CHECK: [[META0:![0-9]+]] = distinct !{ptr null, [[META1:![0-9]+]]}
32
; CHECK: [[META1]] = !{!"any pointer", [[META2:![0-9]+]], i64 0}
33
; CHECK: [[META2]] = !{!"omnipotent char", [[META3:![0-9]+]], i64 0}
34
; CHECK: [[META3]] = !{!"Simple C/C++ TBAA"}
0 commit comments