[all-commits] [llvm/llvm-project] 26c1ce: [sanitizer] Use __atomic_load/store() built-ins fo...

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Fri Oct 30 01:25:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 26c1ced41c262bb87619cfa8a03c1879c63fb5f7
      https://github.com/llvm/llvm-project/commit/26c1ced41c262bb87619cfa8a03c1879c63fb5f7
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_other.h

  Log Message:
  -----------
  [sanitizer] Use __atomic_load/store() built-ins for generic 32-bit targets

Simplifies the code and fixes the build on SPARC.
See discussion in: http://lists.llvm.org/pipermail/llvm-dev/2020-October/145937.html

Author: glaubitz (John Paul Adrian Glaubitz)
Reviewed-in: https://reviews.llvm.org/D89940




More information about the All-commits mailing list