[PATCH] D49134: Fix ABI when calling llvm_gcov_... routines from instrumentation code
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 10 09:18:46 PDT 2018
uweigand added a comment.
In https://reviews.llvm.org/D49134#1157378, @marco-c wrote:
> LGTM! I assume you caught all the affected function calls.
Yes, the other functions are not affected (void, or pointer arguments),
> The affected platforms should be removed from XFAIL once this and https://reviews.llvm.org/D48538 are committed.
I've removed the XFAILs for s390x now.
Repository:
rL LLVM
https://reviews.llvm.org/D49134
More information about the llvm-commits
mailing list