1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[XRay] Fix buildbot failure

llvm-svn: 341774
This commit is contained in:
David Carlier 2018-09-10 05:29:49 +00:00
parent d95d133618
commit d476466502

View File

@ -1,3 +1,3 @@
; RUN: not llvm-xray extract %S/Inputs/elf32-noxray.bin 2>&1 | FileCheck %s
; CHECK: llvm-xray: Cannot extract instrumentation map from '{{.*}}elf32-noxray.bin'.
; CHECK-NEXT: File format not supported (only does ELF little endian 64-bit).
; CHECK-NEXT: File format not supported (only does ELF and Mach-O little endian 64-bit).