mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
9 lines
167 B
ArmAsm
9 lines
167 B
ArmAsm
|
// RUN: not llvm-mc -filetype=obj -triple i686-pc-win32 %s 2>%t
|
||
|
// RUN: FileCheck %s < %t
|
||
|
|
||
|
// CHECK: symbol 'bar' can not be undefined
|
||
|
|
||
|
.data
|
||
|
foo:
|
||
|
.secidx bar
|