8 lines
228 B
LLVM
8 lines
228 B
LLVM
; 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)
|