summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-04-27 16:12:14 +0000
committerFangrui Song <maskray@google.com>2019-04-27 16:12:14 +0000
commit763a2e1f3601ae589e783601c56ca178dc0a7729 (patch)
tree41a899aa62af13c001b3736eedffdc7a1e1cde80 /llvm/test/tools/llvm-ar
parent5cf616530a119d2ec5da804268d6a3880511cd36 (diff)
downloadbcm5719-llvm-763a2e1f3601ae589e783601c56ca178dc0a7729.tar.gz
bcm5719-llvm-763a2e1f3601ae589e783601c56ca178dc0a7729.zip
[llvm-nm][llvm-readelf] Avoid single-dash -long-option in tests
llvm-svn: 359383
Diffstat (limited to 'llvm/test/tools/llvm-ar')
-rw-r--r--llvm/test/tools/llvm-ar/coff-weak.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-ar/coff-weak.yaml b/llvm/test/tools/llvm-ar/coff-weak.yaml
index c66271dc8a7..6643fbfd77b 100644
--- a/llvm/test/tools/llvm-ar/coff-weak.yaml
+++ b/llvm/test/tools/llvm-ar/coff-weak.yaml
@@ -2,7 +2,7 @@
#
# RUN: rm -f %t.ar
# RUN: llvm-ar crs %t.a %t.obj
-# RUN: llvm-nm -print-armap %t.a | FileCheck %s
+# RUN: llvm-nm --print-armap %t.a | FileCheck %s
# CHECK: Archive map
# CHECK-NEXT: WeakSearchAlias in coff-weak.yaml.tmp.obj
OpenPOWER on IntegriCloud