llvm-6502/test/Object/archive-long-index.test
Kevin Enderby ae417592a5 Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.
The implementation might be better to have a method is64Bit() in the class
SymbolicFile instead of having the static routine isSymbolList64Bit() in
llvm-nm.cpp .  But this is very much in the sprit of isObject() and
getNMTypeChar() in llvm-nm.cpp that has a series of if else statements
based on the specific class of the SymbolicFile.  I can update this if
folks would like.

Also the tests were updated to be explicit about checking the address for
64-bits or 32-bits from object files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208463 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-09 23:57:49 +00:00

41 lines
1.2 KiB
Plaintext

#
# Check if the index is appearing properly in the output file
#
RUN: llvm-nm -s %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s
CHECKIDX: Archive map
CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o
CHECKIDX: main in 1.o
CHECKIDX: fn1 in 2.o
CHECKIDX: fn3 in 3.o
CHECKIDX: fn1 in 3.o
CHECKIDX: shankar in 4.o
CHECKIDX: a in 5.o
CHECKIDX: b in 6.o
CHECKIDX: a in abcdefghijklmnopqrstuvwxyz1.o
CHECKIDX: b in abcdefghijklmnopqrstuvwxyz2.o
CHECKIDX: bda in abcdefghijklmnopqrstuvwxyz2.o
CHECKIDX: b in abcdefghijklmnopq.o
CHECKIDX: 1.o:
CHECKIDX: 0000000000000000 D abcdefghijklmnopqrstuvwxyz12345678
CHECKIDX: U bda
CHECKIDX: 0000000000000000 T main
CHECKIDX: 2.o:
CHECKIDX: 0000000000000000 T fn1
CHECKIDX: 3.o:
CHECKIDX: 000000000000000b T fn1
CHECKIDX: 0000000000000000 T fn3
CHECKIDX: 4.o:
CHECKIDX: C shankar
CHECKIDX: 5.o:
CHECKIDX: C a
CHECKIDX: 6.o:
CHECKIDX: C b
CHECKIDX: abcdefghijklmnopqrstuvwxyz1.o:
CHECKIDX: C a
CHECKIDX: abcdefghijklmnopqrstuvwxyz2.o:
CHECKIDX: C b
CHECKIDX: 0000000000000000 T bda
CHECKIDX: abcdefghijklmnopq.o:
CHECKIDX: C b