Skip to content

Commit

Permalink
[gn] port 46cb8d9
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Oct 13, 2023
1 parent 3efa479 commit 3f4bf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ target(tsan_target_type, "rtl") {
sources += [ "tsan_rtl_mips64.S" ]
} else if (target_cpu == "powerpc64") {
sources += [ "tsan_rtl_ppc64.S" ]
} else if (target_cpu == "riscv64") {
sources += [ "tsan_rtl_riscv64.S" ]
} else if (target_cpu == "s390x") {
sources += [ "tsan_rtl_s390x.S" ]
}
Expand Down

0 comments on commit 3f4bf99

Please sign in to comment.