[PATCH] D15316: [TSan] Remove legacy Makefile.old!

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 15:57:46 PST 2015


samsonov created this revision.
samsonov added reviewers: dvyukov, kcc.
samsonov added a subscriber: llvm-commits.

It was barely supported for a several years for now, somewhat
rotten and doesn't correspond to the way we build/test TSan runtime
in Clang anymore.

CMake build has proper compile flags, library layout, build
dependencies etc.

Shell scripts that depended on the output of Makefile.old are
either obsolete now (check_cmake.sh), or moved to lit tests
(check_memcpy.sh), or kept as a standalone scripts not suitable
for generic test suite, but invoked on bots (check_analyze.sh).

It is not used on bots anymore: all "interesting" configurations
(gcc/clang as a host compiler; debug/release build types) are now
tested via CMake.

http://reviews.llvm.org/D15316

Files:
  lib/tsan/Makefile.old
  lib/tsan/rtl/Makefile.old

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15316.42121.patch
Type: text/x-patch
Size: 5714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151207/616ade6d/attachment.bin>


More information about the llvm-commits mailing list