[all-commits] [llvm/llvm-project] 63d518: [tsan] Move tsan/rtl build rules into tsan/rtl/CMa...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Dec 6 16:59:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63d518f31ac0d4e2cc3314953659c6cddc0c43cc
      https://github.com/llvm/llvm-project/commit/63d518f31ac0d4e2cc3314953659c6cddc0c43cc
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M compiler-rt/lib/tsan/CMakeLists.txt
    A compiler-rt/lib/tsan/rtl/CMakeLists.txt
    M llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
    R llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
    A llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn

  Log Message:
  -----------
  [tsan] Move tsan/rtl build rules into tsan/rtl/CMakeLists.txt

That way, the build rules are closer to the source files they describe.

No intended behavior change.

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




More information about the All-commits mailing list