mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
deac137da7
CFE produces it to indicate artificial locations. c.f.: DWARF standard, Table 6.2: line -- An unsigned integer indicating a source line number. Lines are numbered beginning at 1. The compiler may emit the value 0 in cases where an instruction cannot be attributed to any source line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191471 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
208 B
ArmAsm
10 lines
208 B
ArmAsm
# RUN: llvm-mc -triple i386-unknown-unknown %s
|
|
# FIXME: Actually test the output.
|
|
|
|
.file 1 "hello"
|
|
.loc 1
|
|
.loc 1 2
|
|
.loc 1 2 3
|
|
.loc 1 2 discriminator 1
|
|
.loc 1 0
|