Skip to content

Commit 3f4bf99

Browse files
committed
[gn] port 46cb8d9
1 parent 3efa479 commit 3f4bf99

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ target(tsan_target_type, "rtl") {
127127
sources += [ "tsan_rtl_mips64.S" ]
128128
} else if (target_cpu == "powerpc64") {
129129
sources += [ "tsan_rtl_ppc64.S" ]
130+
} else if (target_cpu == "riscv64") {
131+
sources += [ "tsan_rtl_riscv64.S" ]
130132
} else if (target_cpu == "s390x") {
131133
sources += [ "tsan_rtl_s390x.S" ]
132134
}

0 commit comments

Comments
 (0)