From ee8b58136b46fc126e07a4c2a0b3d9c6b5bf9f67 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 15 Mar 2016 22:38:21 +0000 Subject: [PATCH] Unbreak buildbot. It passed on a case-insensitive filesystem, but it was broken on a case-sensitive one. llvm-svn: 263598 --- lld/test/ELF/global_offset_table_shared.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/global_offset_table_shared.s b/lld/test/ELF/global_offset_table_shared.s index 299c178f7e2a..b70f98c6dde5 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_