mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
5 lines
138 B
LLVM
5 lines
138 B
LLVM
|
; RUN: not llc < %s -march=x86 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: unknown special variable
|
||
|
@foo = appending constant [1 x i32 ]zeroinitializer
|