Mercurial > hg > CbC > CbC_llvm
comparison test/Object/nm-archive.test @ 33:e4204d083e25 LLVM3.5
LLVM 3.5
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 14:32:10 +0900 |
parents | 95c75e76d11b |
children | 54457678186b |
comparison
equal
deleted
inserted
replaced
1:f783a2dd24b1 | 33:e4204d083e25 |
---|---|
26 | 26 |
27 Or in an archive with no symtab or string table. | 27 Or in an archive with no symtab or string table. |
28 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal | 28 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal |
29 | 29 |
30 | 30 |
31 And don't crash when asked to print a non existing symtab. | 31 And don't crash when asked to print a non-existing symtab. |
32 RUN: llvm-nm -s %p/Inputs/archive-test.a-gnu-minimal | 32 RUN: llvm-nm -s %p/Inputs/archive-test.a-gnu-minimal |
33 | 33 |
34 Don't reject an empty archive. | 34 Don't reject an empty archive. |
35 RUN: llvm-nm %p/Inputs/archive-test.a-empty | 35 RUN: llvm-nm %p/Inputs/archive-test.a-empty |