Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0e202b95c4fcdf87f330cb4c1df0916be94f0556
/
.
/
llvm
/
test
/
Assembler
/
invalid-mdlexicalblockfile-null-scope.ll
blob: 708136c6328290f92b036e7590a89836d307a4c0 [
file
] [
log
] [
blame
]
Duncan P. N. Exon Smith
0e202b9
2015-03-30 16:37:48 +0000
[
diff
] [
blame^
]
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK: <stdin>:[[@LINE+1]]:33: error: 'scope' cannot be null
4
!0
=
!MDLexicalBlockFile
(
scope
:
null
)