[test][llvm-readobj] Fix build bot failure after df952cb9
authorJames Henderson <james.henderson@sony.com>
Mon, 20 Jul 2020 10:21:54 +0000 (11:21 +0100)
committerJames Henderson <james.henderson@sony.com>
Mon, 20 Jul 2020 10:23:13 +0000 (11:23 +0100)
The test wasn't updated due to being an unusual target not included in
my test run.

llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/cfi-relo-pc64.s

index 6f4553f..166d46e 100644 (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