diff options
| author | Bernard Ogden <bogden@arm.com> | 2016-10-11 16:32:37 +0000 |
|---|---|---|
| committer | Bernard Ogden <bogden@arm.com> | 2016-10-11 16:32:37 +0000 |
| commit | 2cf7ca3f3527222c5a186af44c239dbcd01e3e21 (patch) | |
| tree | 323156b6b91d085b4abc468359bc51cbb5bdf581 /llvm/test | |
| parent | 8384703d9bf093a3d1ead01ffb7e5b93285c515b (diff) | |
| download | bcm5719-llvm-2cf7ca3f3527222c5a186af44c239dbcd01e3e21.tar.gz bcm5719-llvm-2cf7ca3f3527222c5a186af44c239dbcd01e3e21.zip | |
Fix test on non-x86 hosts
Summary:
This test is allowed to run on non-x86 hosts and thus must use
llvm-nm rather than nm.
Differential Revision: https://reviews.llvm.org/D25473
llvm-svn: 283901
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/tools/gold/X86/module_asm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/module_asm.ll b/llvm/test/tools/gold/X86/module_asm.ll index 83c89059e2c..6aa591fdba2 100644 --- a/llvm/test/tools/gold/X86/module_asm.ll +++ b/llvm/test/tools/gold/X86/module_asm.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as %s -o %t.o ; RUN: %gold -shared -m elf_x86_64 -o %t2 -plugin %llvmshlibdir/LLVMgold.so %t.o -; RUN: nm %t2 | FileCheck %s +; RUN: llvm-nm %t2 | FileCheck %s ; CHECK: PrepareAndDispatch target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |

