Mercurial > hg > CbC > CbC_llvm
comparison test/Object/simple-archive.test @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
1 # | 1 # |
2 # Check if the index is appearing properly in the output file | 2 # Check if the index is appearing properly in the output file |
3 # | 3 # |
4 RUN: llvm-nm -s %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s | 4 RUN: llvm-nm -M %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s |
5 | 5 |
6 CHECKIDX: Archive map | 6 CHECKIDX: Archive map |
7 CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o | 7 CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o |
8 CHECKIDX: main in 1.o | 8 CHECKIDX: main in 1.o |
9 CHECKIDX: 1.o: | 9 CHECKIDX: 1.o: |