[PATCH] D54889: Fiber support for thread sanitizer
Yuri Per via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 18 08:42:48 PST 2018
yuri added a comment.
In D54889#1334678 <https://reviews.llvm.org/D54889#1334678>, @741g wrote:
> https://android-review.googlesource.com/c/platform/external/qemu/+/844675
>
> Latest version of patch doesn't work with QEMU anymore, at least with those annotations. Error log:
>
> Do you know what I'm doing wrong here?
Please check if adding __attribute__((always_inline)) for start_switch_fiber() and finish_switch_fiber() helps
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54889/new/
https://reviews.llvm.org/D54889
More information about the llvm-commits
mailing list