xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/AppendingLinkage.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: not llc < %s -march=x86 2>&1 | FileCheck %s
2
3; CHECK: unknown special variable
4@foo = appending constant [1 x i32 ]zeroinitializer
5