mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
4d9c5397b4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171520 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
#
|
|
# Check if the index is appearing properly in the output file
|
|
#
|
|
RUN: llvm-nm -s %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
|
|
|
|
CHECKIDX: Archive map
|
|
CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o
|
|
CHECKIDX: main in 1.o
|
|
CHECKIDX: 1.o:
|
|
CHECKIDX: 00000000 D abcdefghijklmnopqrstuvwxyz12345678
|
|
CHECKIDX: U fn1
|
|
CHECKIDX: 00000000 T main
|