mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
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:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user