Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten-fastcomp
/
refs/heads/optimize-modules
/
.
/
test
/
Assembler
/
invalid-mdglobalvariable-empty-name.ll
blob: 77a9f4d773e46e3e6a80f5770beb866e07f73c9d [
file
] [
edit
]
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:30: error: 'name' cannot be empty
!0
=
!MDGlobalVariable
(
name
:
""
)