1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[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 56d161b9d5
commit 24e25cdbfb

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