mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
6 lines
176 B
ArmAsm
6 lines
176 B
ArmAsm
|
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux %s -o %t 2>&1 | FileCheck %s
|
||
|
|
||
|
// CHECK: sleb128 and uleb128 expressions must be absolute
|
||
|
|
||
|
.sleb128 undefined
|