diff options
author | Kevin Enderby <enderby@apple.com> | 2017-01-25 23:57:32 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2017-01-25 23:57:32 +0000 |
commit | a31f9dd69a944042059e4ddec2979669f9a70076 (patch) | |
tree | 49145ee0824b0790233eed06a906e4db0805086f /llvm/test/tools | |
parent | 2ada300821bacba2340b2d78a07eb69ba439eb6d (diff) | |
download | bcm5719-llvm-a31f9dd69a944042059e4ddec2979669f9a70076.tar.gz bcm5719-llvm-a31f9dd69a944042059e4ddec2979669f9a70076.zip |
Change the test added in r293099 so it does not have the string "llvm-nm" to fix
the clang-x86-windows-msvc2015 bot as the name is "llvm-nm.EXE" in that case.
llvm-svn: 293114
Diffstat (limited to 'llvm/test/tools')
-rw-r--r-- | llvm/test/tools/llvm-nm/ARM/macho-print-size.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-nm/ARM/macho-print-size.test b/llvm/test/tools/llvm-nm/ARM/macho-print-size.test index f32a7aabbcb..98784587ee7 100644 --- a/llvm/test/tools/llvm-nm/ARM/macho-print-size.test +++ b/llvm/test/tools/llvm-nm/ARM/macho-print-size.test @@ -1,3 +1,3 @@ @ RUN: llvm-nm -print-size -arch armv7m %p/Inputs/print-size.macho-armv7m 2>&1 | FileCheck %s -@ CHECK: llvm-nm: warning sizes with -print-size for Mach-O files are always zero. +@ CHECK: warning sizes with -print-size for Mach-O files are always zero. |