[all-commits] [llvm/llvm-project] 6c3599: [TSAN][CMake] Add support to run lit on individual...
Bruno Cardoso Lopes via All-commits
all-commits at lists.llvm.org
Tue May 25 12:33:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c35991ca02413d94cc2c8f4a622851f261019f8
https://github.com/llvm/llvm-project/commit/6c35991ca02413d94cc2c8f4a622851f261019f8
Author: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M compiler-rt/test/tsan/CMakeLists.txt
Log Message:
-----------
[TSAN][CMake] Add support to run lit on individual tests
Handy when testing specific files, already supported in other components.
Example:
cd build; ./bin/llvm-lit ../compiler-rt/test/tsan/ignore_free.cpp
Differential Revision: https://reviews.llvm.org/D103054
More information about the All-commits
mailing list