diff options
author | Kevin Enderby <enderby@apple.com> | 2014-07-08 23:47:31 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2014-07-08 23:47:31 +0000 |
commit | 8da4bd60fbbf09f3705c56327aab708423c0b821 (patch) | |
tree | 88529198e14c029f61dcbaee344043d5db1ecf76 /llvm/test/Object/nm-archive.test | |
parent | 45938b96eef8c0456efb1c871ed38b197180e9f9 (diff) | |
download | bcm5719-llvm-8da4bd60fbbf09f3705c56327aab708423c0b821.tar.gz bcm5719-llvm-8da4bd60fbbf09f3705c56327aab708423c0b821.zip |
Changed the lvm-nm alias "-s" for -print-armap to "-M".
This will allow the "-s" flag to implemented in the future as it
is in darwin’s nm(1) to list symbols only in the specified section.
Given a LGTM by Shankar Easwaran who originally implemented
the support for lvm-nm’s -print-armap and archive map symbols.
llvm-svn: 212576
Diffstat (limited to 'llvm/test/Object/nm-archive.test')
-rw-r--r-- | llvm/test/Object/nm-archive.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/nm-archive.test b/llvm/test/Object/nm-archive.test index 9cb84b28d29..7dbc22a1e8c 100644 --- a/llvm/test/Object/nm-archive.test +++ b/llvm/test/Object/nm-archive.test @@ -30,7 +30,7 @@ RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal And don't crash when asked to print a non-existing symtab. -RUN: llvm-nm -s %p/Inputs/archive-test.a-gnu-minimal +RUN: llvm-nm -M %p/Inputs/archive-test.a-gnu-minimal Don't reject an empty archive. RUN: llvm-nm %p/Inputs/archive-test.a-empty |