forked from OSchip/llvm-project
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:
parent
68b28d0054
commit
ee8b58136b
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue