[PATCH] D29742: [XRay] Implement powerpc64le xray.
Tim Shen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 14:45:56 PST 2017
timshen added a comment.
Dean found out that we actually compare different types (std::errc against std::error_code) in the tests, and the implicit std::errc -> std::error_code may never happen. Checked in r295248 to fix that. Landing the xray patch again to see how the bots react. :P
Repository:
rL LLVM
https://reviews.llvm.org/D29742
More information about the llvm-commits
mailing list