Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e2c61d9eece93cd6bc28b0af465d77097775cca4
/
.
/
llvm
/
test
/
Assembler
/
invalid-mdlocation-null-scope.ll
blob: e359c9fe424b41fcbc5114033ce76d44c8d90fb2 [
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]]:25: error: 'scope' cannot be null
4
!0
=
!MDLocation
(
scope
:
null
)