mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
5 lines
174 B
LLVM
5 lines
174 B
LLVM
|
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: <stdin>:[[@LINE+1]]:42: error: missing required field 'name'
|
||
|
!0 = !MDGlobalVariable(linkageName: "foo")
|