[PATCH] D51758: [Xray] tooling allow MachO format support
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 7 07:43:58 PDT 2018
dberris added inline comments.
================
Comment at: lib/XRay/InstrumentationMap.cpp:61
return make_error<StringError>(
- "File format not supported (only does ELF little endian 64-bit).",
+ "File format not supported..",
std::make_error_code(std::errc::not_supported));
----------------
Mention that this only supports ELF and MachO for now?
Repository:
rL LLVM
https://reviews.llvm.org/D51758
More information about the llvm-commits
mailing list