-
Notifications
You must be signed in to change notification settings - Fork 13.5k
ThreadSanitizer doesn't work on aarch64? #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
compiler-rt:tsan
Thread sanitizer
incomplete
Issue not complete (e.g. missing a reproducer, build arguments, etc.)
Comments
@llvm/issue-subscribers-backend-aarch64 |
mmitche
pushed a commit
to mmitche/llvm-project
that referenced
this issue
Aug 4, 2022
…331.2 (llvm#187) [objwriter/12.x] Update dependencies from dotnet/arcade
vext01
pushed a commit
to vext01/llvm-project
that referenced
this issue
Aug 13, 2024
Fix unhandled case in FixStackmapsSpillReloads pass.
mjklemm
added a commit
to mjklemm/llvm-project
that referenced
this issue
Oct 17, 2024
ergawy
pushed a commit
to ergawy/llvm-project
that referenced
this issue
Oct 31, 2024
abidh
pushed a commit
to abidh/llvm-project
that referenced
this issue
Feb 4, 2025
…erm/fixFlangCoarseIssue flang-new: fix coarse grain fail
this isn't an AArch64 backend issue, but without a reproducer there's not much we can do about this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler-rt:tsan
Thread sanitizer
incomplete
Issue not complete (e.g. missing a reproducer, build arguments, etc.)
I build/test apache/kudu on aarch64, when I enable tsan then all tests are failed(they are success without tsan enable), the error info like:
I also print the sig info as:
Ps: we use LLVM: 9.0.0
According to llvm documents, tsan support linux aarch64 platform, and I try the example mentioned in llvm document. So would you please help me, what's the problem to make all tests failed?
Thanks very much.
The text was updated successfully, but these errors were encountered: