[llvm] 0b151c9 - [gn build] port b89b42b31c45
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 18:42:18 PST 2022
Author: Nico Weber
Date: 2022-12-07T21:42:08-05:00
New Revision: 0b151c94a98f318123d80a0ac8c85c65fc946076
URL: https://github.com/llvm/llvm-project/commit/0b151c94a98f318123d80a0ac8c85c65fc946076
DIFF: https://github.com/llvm/llvm-project/commit/0b151c94a98f318123d80a0ac8c85c65fc946076.diff
LOG: [gn build] port b89b42b31c45
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
index a4004bb4c897a..6ecf9e312df93 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
@@ -122,6 +122,8 @@ target(tsan_target_type, "rtl") {
sources += [ "tsan_rtl_aarch64.S" ]
} else if (target_cpu == "powerpc64") {
sources += [ "tsan_rtl_ppc64.S" ]
+ } else if (target_cpu == "loongarch64") {
+ sources += [ "tsan_rtl_loongarch64.S" ]
} else if (target_cpu == "mips64") {
sources += [ "tsan_rtl_mips64.S" ]
} else if (target_cpu == "s390x") {
More information about the llvm-commits
mailing list