[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Object / simple-archive.test
blobb467d0d6c62fb1dbdd974db75adc5bcf87c2e8d4
2 # Check if the index is appearing properly in the output file
4 RUN: llvm-nm --print-armap %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
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