This is an archive of the discontinued LLVM Phabricator instance.

[TSAN][CMake] Add support to run lit on individual tests
ClosedPublic

Authored by bruno on May 24 2021, 3:56 PM.

Details

Summary

Handy when testing specific files, already supported in other components.

Example:
cd build; ./bin/llvm-lit ../compiler-rt/test/tsan/ignore_free.cpp

Diff Detail

Event Timeline

bruno created this revision.May 24 2021, 3:56 PM
bruno requested review of this revision.May 24 2021, 3:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2021, 3:56 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov accepted this revision.May 25 2021, 12:36 AM

Nice!

This revision is now accepted and ready to land.May 25 2021, 12:36 AM
This revision was automatically updated to reflect the committed changes.