diff options
-rw-r--r-- | lld/test/ELF/global_offset_table_shared.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/global_offset_table_shared.s b/lld/test/ELF/global_offset_table_shared.s index 299c178f7e2..b70f98c6dde 100644 --- a/lld/test/ELF/global_offset_table_shared.s +++ b/lld/test/ELF/global_offset_table_shared.s @@ -1,6 +1,6 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t // RUN: ld.lld -shared %t -o %t2 -// RUN: llvm-readobj -t %t2 | Filecheck %s +// RUN: llvm-readobj -t %t2 | FileCheck %s .long _GLOBAL_OFFSET_TABLE_ // CHECK-NOT: Name: _GLOBAL_OFFSET_TABLE_ |