forked from OSchip/llvm-project
[test][llvm-readobj] Fix build bot failure after df952cb9
The test wasn't updated due to being an unusual target not included in my test run.
This commit is contained in:
parent
dc1087d408
commit
908804b093
|
@ -1,5 +1,5 @@
|
|||
// Test that R_390_PC32 and R_390_PC64 relocations can be generated.
|
||||
// RUN: llvm-mc -triple s390x-linux-gnu -filetype=obj %s -o - | llvm-readobj -S --sr --sd | FileCheck %s
|
||||
// RUN: llvm-mc -triple s390x-linux-gnu -filetype=obj %s -o - | llvm-readobj -S --sr --sd - | FileCheck %s
|
||||
|
||||
// Test that RuntimeDyld can fix up such relocations.
|
||||
// RUN: rm -rf %t && mkdir -p %t
|
||||
|
|
Loading…
Reference in New Issue