diff options
Diffstat (limited to 'llvm/test/tools/gold/X86/multiple-sections.ll')
-rw-r--r-- | llvm/test/tools/gold/X86/multiple-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/multiple-sections.ll b/llvm/test/tools/gold/X86/multiple-sections.ll index 21f0b988a61..facbd8d992e 100644 --- a/llvm/test/tools/gold/X86/multiple-sections.ll +++ b/llvm/test/tools/gold/X86/multiple-sections.ll @@ -5,7 +5,7 @@ ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \ ; RUN: -m elf_x86_64 -o %t.exe %t.o \ ; RUN: --section-ordering-file=%t_order_lto.txt -; RUN: llvm-readelf -t %t.exe | FileCheck %s +; RUN: llvm-readelf -s %t.exe | FileCheck %s ; Check that the order of the sections is tin -> _start -> pat. |