aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdsubrange-count-missing.ll
blob: bf9cb9a5e3d6d1152fbef371fd4c095f09ce1677 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: [[@LINE+1]]:32: error: missing required field 'count'
!0 = !MDSubrange(lowerBound: -3)