[llvm] 59ba129 - [llvm-xray][test] Fix unsupported-elf32.txt after D80185
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 19:16:47 PDT 2020
Author: Fangrui Song
Date: 2020-05-28T19:16:29-07:00
New Revision: 59ba12994c07d03ac3b628c05c45a834774f9b17
URL: https://github.com/llvm/llvm-project/commit/59ba12994c07d03ac3b628c05c45a834774f9b17
DIFF: https://github.com/llvm/llvm-project/commit/59ba12994c07d03ac3b628c05c45a834774f9b17.diff
LOG: [llvm-xray][test] Fix unsupported-elf32.txt after D80185
Added:
Modified:
llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt b/llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt
index dc025d96956b..33fd84433713 100644
--- a/llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt
+++ b/llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt
@@ -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)
More information about the llvm-commits
mailing list