This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
ClosedPublic

Authored by mgrang on Apr 19 2016, 1:18 PM.

Details

Summary

Removed unwanted --check-prefix=CHECK from the following unit tests:

test/asan/TestCases/Posix/start-deactivated.cc
test/tsan/Darwin/ignored-interceptors.mm

Patch by: Mandeep Singh Grang (mgrang)

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang updated this revision to Diff 54247.Apr 19 2016, 1:18 PM
mgrang retitled this revision from to [compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC..
mgrang updated this object.
mgrang added reviewers: eugenis, samsonov, kcc, dvyukov, timurrrr.

This is fifth in a series of commits to clean up the unit tests by removing unwanted --check-prefix=CHECK. NFC.

eugenis accepted this revision.Apr 19 2016, 1:20 PM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 19 2016, 1:20 PM
This revision was automatically updated to reflect the committed changes.