Unbreak buildbot.

It passed on a case-insensitive filesystem, but
it was broken on a case-sensitive one.

llvm-svn: 263598
This commit is contained in:
Davide Italiano 2016-03-15 22:38:21 +00:00
parent 68b28d0054
commit ee8b58136b
1 changed files with 1 additions and 1 deletions

View File

@ -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_