Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
invalid-generic-debug-node-tag-overflow.ll
blob: 1349dc0a2e2ebc46aa109bc72c49e9c658a34373 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK-NOT: error:
!0
=
!GenericDINode
(
tag
:
65535
)
; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'tag' too large, limit is 65535
!1
=
!GenericDINode
(
tag
:
65536
)