aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdlexicalblock-null-scope.ll
blob: 59a99684797bb286cb572922769686a6846e96c2 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: <stdin>:[[@LINE+1]]:29: error: 'scope' cannot be null
!0 = !MDLexicalBlock(scope: null)