diff options
Diffstat (limited to 'test/ELF/lto/section-name.ll')
-rw-r--r-- | test/ELF/lto/section-name.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/lto/section-name.ll b/test/ELF/lto/section-name.ll index 483184716a07..0ecc3778aef7 100644 --- a/test/ELF/lto/section-name.ll +++ b/test/ELF/lto/section-name.ll @@ -1,9 +1,9 @@ ; REQUIRES: x86 ; RUN: llvm-as %s -o %t.o ; RUN: ld.lld %t.o -o %t.so -shared -; RUN: llvm-readelf -s %t.so | FileCheck %s +; RUN: llvm-readelf -S %t.so | FileCheck %s ; RUN: ld.lld %t.o -o %t.so -shared --gc-sections -; RUN: llvm-readelf -s %t.so | FileCheck --check-prefix=GC %s +; RUN: llvm-readelf -S %t.so | FileCheck --check-prefix=GC %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |