[all-commits] [llvm/llvm-project] 3830c9: tsan: rename kAppMemBeg to kLoAppMemBeg

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Aug 10 11:05:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3830c93478d39f66ce3bdacaac600c43d90e8076
      https://github.com/llvm/llvm-project/commit/3830c93478d39f66ce3bdacaac600c43d90e8076
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp

  Log Message:
  -----------
  tsan: rename kAppMemBeg to kLoAppMemBeg

Unify Go mapping naming with C++ naming to allow
writing portable code/tests that can work for both C++ and Go.
No functional changes.

Depends on D107737.

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D107738




More information about the All-commits mailing list