[compiler-rt] [tsan][RISCV] Add Go support for linux/riscv64 (PR #127295)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 01:08:01 PST 2025
================
@@ -373,6 +373,12 @@ void InitializePlatformEarly() {
Printf("FATAL: Found %zd - Supported 39 and 48\n", vmaSize);
Die();
}
+# else
+ if (vmaSize != 48) {
----------------
wangpc-pp wrote:
Any reason why we can't support SV39?
https://github.com/llvm/llvm-project/pull/127295
More information about the llvm-commits
mailing list