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

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