repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
incomplete-ir-metadata-unsupported.ll
blob
e320472921ed9c9ad946a540aceabeda99030af7
1
; RUN: not llvm-as -allow-incomplete-ir < %s 2>&1 | FileCheck %s
2
3
; CHECK: error: use of undefined metadata '!1'
4
define void @test(ptr %p) {
5
%v = load i8, ptr %p, !noalias !0
6
ret void
7
}
8
9
!0 = !{!1}