[PATCH] D145214: [TSAN] add support for riscv64
Aditya Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 26 14:45:16 PDT 2023
hiraditya added a comment.
In D145214#4650928 <https://reviews.llvm.org/D145214#4650928>, @alexfanqi wrote:
> In D145214#4650189 <https://reviews.llvm.org/D145214#4650189>, @hiraditya wrote:
>
>> I tested it on a licheepi board (riscv64 debian) and all the tests modified in this patch have passed. LGTM.
>
> Can you help me land this patch? I used to have commit access, but seems not working atm.
>
>> There are other tsan failures but i think it is okay if they can be fixed in subsequent patches.
>
> Do you have a list of these failures? I will try to reproduce on my machine and fix in later patch.
While testing compiler-rt/test/tsan/RISCV64Config only compiler-rt/test/tsan/mmap_lots.cpp failed. I couldn't run all the compiler-rt tests on Licheepi because it is very slow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145214/new/
https://reviews.llvm.org/D145214
More information about the cfe-commits
mailing list