[PATCH] D81830: [compiler-rt] Fix intermittent failure with instrprof-gcov-multithread_fork.test on 32-bit arm

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 03:46:42 PDT 2020


calixte added a comment.

The base patch is not the correct one:
https://reviews.llvm.org/D81650
Oh I think I understand: the patch I made has been uplifted in branch 10 (https://bugs.llvm.org/show_bug.cgi?id=44792#c22) but no the test fix: https://reviews.llvm.org/D79621
So you must uplift patch in D79621 <https://reviews.llvm.org/D79621> in branch 10 and if the issue is still there then add the try...catch like in D81650 <https://reviews.llvm.org/D81650>.
If it isn't clear enough then you can reach me on irc or discord.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81830/new/

https://reviews.llvm.org/D81830





More information about the llvm-commits mailing list