Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
753954873832863c045afe09953c67bf21ed7fc5
/
.
/
llvm
/
test
/
Assembler
/
invalid-mdglobalvariable-missing-name.ll
blob: d57d71e2d95d8f755ce70f0b36b119432e767a34 [
file
] [
log
] [
blame
]
Duncan P. N. Exon Smith
94d58f8
2015-03-31 01:28:22 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK: <stdin>:[[@LINE+1]]:24: error: missing required field 'name'
4
!0
=
!MDGlobalVariable
()