-
Notifications
You must be signed in to change notification settings - Fork 15
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
TSAN: Generate TSAN clang rt libs for riscv64 #104
Comments
https://reviews.llvm.org/D145214 enables tsan runtime for riscv64. |
seems like no-one's reviewed that change yet. @appujee --- is that something we can help with? |
let me reach out to the author if he is still working on it. |
nobody responded to my query on discord. I can commandeer the patch and put for review. |
Update: The author is waiting on review as the patch is feature complete. I've pinged the reviewers |
Update: I pinged reviewers to take another look. |
Merged. |
To be at parity with other architectures in the Android NDK, we would like to have the libclang_rt.tsan-riscv64-android.so library included as part of the imported sysroot from Android (Clang Prebuilts). This is distinct from it actually working, which is tracked here: android/ndk#1041 .
The text was updated successfully, but these errors were encountered: