mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
8 lines
121 B
ArmAsm
8 lines
121 B
ArmAsm
|
// RUN: llvm-mc -triple=x86_64-apple-darwin %s | FileCheck %s
|
||
|
|
||
|
a:
|
||
|
b:
|
||
|
.uleb128 a-b
|
||
|
|
||
|
// CHECK: .uleb128 a-b
|