[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:
James Henderson 2020-07-20 11:21:54 +01:00
parent dc1087d408
commit 908804b093
1 changed files with 1 additions and 1 deletions

View File

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