OSDN Git Service

[llvm-xray][test] Fix unsupported-elf32.txt after D80185
authorFangrui Song <maskray@google.com>
Fri, 29 May 2020 02:16:29 +0000 (19:16 -0700)
committerFangrui Song <maskray@google.com>
Fri, 29 May 2020 02:16:29 +0000 (19:16 -0700)
llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt

index dc025d9..33fd844 100644 (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.  Supports: AArch64/ARM/ppc64le/x86-64.
+; CHECK-NEXT: File format not supported (only does ELF and Mach-O little endian 64-bit)