1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-18 13:34:04 +00:00
2014-02-13 20:16:42 +00:00

15 lines
330 B
ArmAsm

# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.file 1 "hello"
# CHECK: .file 1 "hello"
.loc 1
.loc 1 2
# CHECK: .loc 1 2 0
.loc 1 2 3
# CHECK: .loc 1 2 3
.loc 1 2 discriminator 1
# CHECK: 1 2 0 discriminator 1
.loc 1 2 0 isa 3
# CHECK: 1 2 0 isa 3
.loc 1 0