We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efa479 commit 3f4bf99Copy full SHA for 3f4bf99
llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
@@ -127,6 +127,8 @@ target(tsan_target_type, "rtl") {
127
sources += [ "tsan_rtl_mips64.S" ]
128
} else if (target_cpu == "powerpc64") {
129
sources += [ "tsan_rtl_ppc64.S" ]
130
+ } else if (target_cpu == "riscv64") {
131
+ sources += [ "tsan_rtl_riscv64.S" ]
132
} else if (target_cpu == "s390x") {
133
sources += [ "tsan_rtl_s390x.S" ]
134
}
0 commit comments