summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/coff-archive.test
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-10-31 05:07:00 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-10-31 05:07:00 +0000
commitc7d7c6fb3a63538fb88cb2c529b691ba8ab7e44e (patch)
tree391556c9e217843c0b8fe886e34fae50fe3c48b2 /llvm/test/Object/coff-archive.test
parente5204efeaf1761005a08084b1d68019d8bbf8b66 (diff)
downloadbcm5719-llvm-c7d7c6fb3a63538fb88cb2c529b691ba8ab7e44e.tar.gz
bcm5719-llvm-c7d7c6fb3a63538fb88cb2c529b691ba8ab7e44e.zip
Object, COFF: Cleanup symbol type code, improve binutils compatibility
Do a better job classifying symbols. This increases the consistency between the COFF handling code and the ELF side of things. llvm-svn: 220952
Diffstat (limited to 'llvm/test/Object/coff-archive.test')
-rw-r--r--llvm/test/Object/coff-archive.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/coff-archive.test b/llvm/test/Object/coff-archive.test
index 3b0aa0ca063..239a96b4c35 100644
--- a/llvm/test/Object/coff-archive.test
+++ b/llvm/test/Object/coff-archive.test
@@ -1,7 +1,7 @@
#
# Check if the index is appearing properly in the output file
#
-RUN: llvm-nm --numeric-sort -M %p/Inputs/coff_archive.lib | FileCheck -check-prefix=CHECKIDX %s
+RUN: llvm-nm -a --numeric-sort -M %p/Inputs/coff_archive.lib | FileCheck -check-prefix=CHECKIDX %s
CHECKIDX: Archive map
CHECKIDX: ??0invalid_argument@std@@QAE@PBD@Z in Debug\mymath.obj
OpenPOWER on IntegriCloud