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/archive-long-index.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/archive-long-index.test')
-rw-r--r-- | llvm/test/Object/archive-long-index.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/archive-long-index.test b/llvm/test/Object/archive-long-index.test index f2f4df6e2e6..6feb69e6d26 100644 --- a/llvm/test/Object/archive-long-index.test +++ b/llvm/test/Object/archive-long-index.test @@ -1,7 +1,7 @@ # # Check if the index is appearing properly in the output file # -RUN: llvm-nm -s %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s +RUN: llvm-nm -M %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s CHECKIDX: Archive map CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o |