[PATCH] D138489: [tsan] Add tsan support for loongarch64

Dmitry Vyukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 5 01:38:58 PST 2022


dvyukov accepted this revision.
dvyukov added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp:1526
+
+      /* if ($a0 != 0)
+       *   return $a0;
----------------
Please use C-style one-line comments //


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138489/new/

https://reviews.llvm.org/D138489



More information about the cfe-commits mailing list