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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-generic-debug-node-tag-overflow.ll
blob
1349dc0a2e2ebc46aa109bc72c49e9c658a34373
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK-NOT: error:
4
!0 = !GenericDINode(tag: 65535)
5
6
; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'tag' too large, limit is 65535
7
!1 = !GenericDINode(tag: 65536)