diff options
Diffstat (limited to 'llvm/test/tools/gold/X86/pr19901_thinlto.ll')
-rw-r--r-- | llvm/test/tools/gold/X86/pr19901_thinlto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/pr19901_thinlto.ll b/llvm/test/tools/gold/X86/pr19901_thinlto.ll index dd7f533732a..612bea977bf 100644 --- a/llvm/test/tools/gold/X86/pr19901_thinlto.ll +++ b/llvm/test/tools/gold/X86/pr19901_thinlto.ll @@ -3,7 +3,7 @@ ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \ ; RUN: --plugin-opt=thinlto \ ; RUN: -shared -m elf_x86_64 -o %t.so %t2.o %t.o -; RUN: llvm-readobj -t %t.so | FileCheck %s +; RUN: llvm-readobj --symbols %t.so | FileCheck %s ; CHECK: Symbol { ; CHECK: Name: f |