]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/Object/simple-archive.test
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / Object / simple-archive.test
1 #
2 # Check if the index is appearing properly in the output file
3 #
4 RUN: llvm-nm -M %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
5
6 CHECKIDX: Archive map
7 CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o
8 CHECKIDX: main in 1.o
9 CHECKIDX: 1.o:
10 CHECKIDX: 00000000 D abcdefghijklmnopqrstuvwxyz12345678
11 CHECKIDX: U fn1
12 CHECKIDX: 00000000 T main