Mercurial > hg > CbC > CbC_llvm
comparison test/Object/coff-archive-short.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 | 60c9769439b8 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
3 # | 3 # |
4 # coff_archive_short.lib does not have member whose name is longer | 4 # coff_archive_short.lib does not have member whose name is longer |
5 # than 15 characters, thus, unlike coff_archive.lib, it has no string | 5 # than 15 characters, thus, unlike coff_archive.lib, it has no string |
6 # table as the third member. | 6 # table as the third member. |
7 # | 7 # |
8 RUN: llvm-nm --numeric-sort -s %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s | 8 RUN: llvm-nm --numeric-sort -M %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s |
9 | 9 |
10 CHECKIDX: Archive map | 10 CHECKIDX: Archive map |
11 CHECKIDX: _shortfn1 in short1.obj | 11 CHECKIDX: _shortfn1 in short1.obj |
12 CHECKIDX: _shortfn2 in short2.obj | 12 CHECKIDX: _shortfn2 in short2.obj |
13 CHECKIDX: short1.obj: | 13 CHECKIDX: short1.obj: |