[compiler-rt] [tsan] Add Go support for linux/riscv64 (PR #127295)

via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 19:11:56 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 5870c190350f499284af455d339cc2f844f9fbbf 0c890cbcf0b017897ed3f92913aa3b355c1843f8 --extensions h,cpp -- compiler-rt/lib/tsan/rtl/tsan_platform.h compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform.h b/compiler-rt/lib/tsan/rtl/tsan_platform.h
index d1d016090b..354f6da6a6 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_platform.h
+++ b/compiler-rt/lib/tsan/rtl/tsan_platform.h
@@ -692,8 +692,8 @@ struct MappingGoMips64_47 {
 struct MappingGoRiscv64 {
   static const uptr kMetaShadowBeg = 0x300000000000ull;
   static const uptr kMetaShadowEnd = 0x310000000000ull;
-  static const uptr kShadowBeg     = 0x200000000000ull;
-  static const uptr kShadowEnd     = 0x240000000000ull;
+  static const uptr kShadowBeg = 0x200000000000ull;
+  static const uptr kShadowEnd = 0x240000000000ull;
   static const uptr kLoAppMemBeg = 0x000000010000ull;
   static const uptr kLoAppMemEnd = 0x000e00000000ull;
   static const uptr kMidAppMemBeg = 0;

``````````

</details>


https://github.com/llvm/llvm-project/pull/127295


More information about the llvm-commits mailing list