[tsan] Move tsan/rtl build rules into tsan/rtl/CMakeLists.txt
authorNico Weber <thakis@chromium.org>
Mon, 6 Dec 2021 14:33:20 +0000 (09:33 -0500)
committerNico Weber <thakis@chromium.org>
Tue, 7 Dec 2021 00:58:30 +0000 (19:58 -0500)
commit63d518f31ac0d4e2cc3314953659c6cddc0c43cc
tree4304807b1b672f83fe8585baa22d9d40f31eab5c
parent50dda49c7d76b24cc5265080c0cd34efd9858c5f
[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
compiler-rt/lib/tsan/CMakeLists.txt
compiler-rt/lib/tsan/rtl/CMakeLists.txt [new file with mode: 0644]
llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn [moved from llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn with 59% similarity]