[compiler-rt] tsan: add support for linux/loongarch64 in lib/tsan/go/buildgo.sh (PR #72819)
    abner chenc via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 28 00:33:11 PST 2023
    
    
  
================
@@ -697,6 +726,8 @@ ALWAYS_INLINE auto SelectMapping(Arg arg) {
   return Func::template Apply<MappingGoS390x>(arg);
 #  elif defined(__aarch64__)
   return Func::template Apply<MappingGoAarch64>(arg);
+#  elif defined(__loongarch64)
----------------
abner-chenc wrote:
Done, Thanks.
https://github.com/llvm/llvm-project/pull/72819
    
    
More information about the llvm-commits
mailing list