diff options
author | Fangrui Song <maskray@google.com> | 2019-04-27 16:12:14 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-04-27 16:12:14 +0000 |
commit | 763a2e1f3601ae589e783601c56ca178dc0a7729 (patch) | |
tree | 41a899aa62af13c001b3736eedffdc7a1e1cde80 /llvm/test/tools/llvm-ar | |
parent | 5cf616530a119d2ec5da804268d6a3880511cd36 (diff) | |
download | bcm5719-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.yaml | 2 |
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 |