summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/coff-archive-short.test
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-07-08 23:47:31 +0000
committerKevin Enderby <enderby@apple.com>2014-07-08 23:47:31 +0000
commit8da4bd60fbbf09f3705c56327aab708423c0b821 (patch)
tree88529198e14c029f61dcbaee344043d5db1ecf76 /llvm/test/Object/coff-archive-short.test
parent45938b96eef8c0456efb1c871ed38b197180e9f9 (diff)
downloadbcm5719-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/coff-archive-short.test')
-rw-r--r--llvm/test/Object/coff-archive-short.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/coff-archive-short.test b/llvm/test/Object/coff-archive-short.test
index fa531b3b631..2aee95699b5 100644
--- a/llvm/test/Object/coff-archive-short.test
+++ b/llvm/test/Object/coff-archive-short.test
@@ -5,7 +5,7 @@
# than 15 characters, thus, unlike coff_archive.lib, it has no string
# table as the third member.
#
-RUN: llvm-nm --numeric-sort -s %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s
+RUN: llvm-nm --numeric-sort -M %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s
CHECKIDX: Archive map
CHECKIDX: _shortfn1 in short1.obj
OpenPOWER on IntegriCloud