Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e2c61d9eece93cd6bc28b0af465d77097775cca4
/
.
/
llvm
/
test
/
Assembler
/
invalid-mdlocalvariable-null-scope.ll
blob: 53ee94de79b9e77cc52828e0ebfce68338f62aeb [
file
] [
log
] [
blame
]
Duncan P. N. Exon Smith
e2c61d9
2015-03-27 17:56:39 +0000
[
diff
] [
blame^
]
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK: <stdin>:[[@LINE+1]]:30: error: 'scope' cannot be null
4
!0
=
!MDLocalVariable
(
scope
:
null
)