[PATCH] D51758: [Xray] tooling allow MachO format support
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 9 17:06:18 PDT 2018
dberris added inline comments.
================
Comment at: test/tools/llvm-xray/X86/extract-instrmap-macho.ll:4
+;
+; REQUIRES: system-darwin
+; RUN: llvm-xray extract %S/Inputs/instr-map-mach.o -s | FileCheck %s
----------------
Why does this need to be run only on Darwin?
https://reviews.llvm.org/D51758
More information about the llvm-commits
mailing list