This is an archive of the discontinued LLVM Phabricator instance.

Disable use of tls scanning on darwin leak sanitizer
ClosedPublic

Authored by fjricci on Apr 13 2017, 7:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci created this revision.Apr 13 2017, 7:32 AM
kubamracek edited edge metadata.Apr 13 2017, 10:42 AM

I would slightly prefer to have a Linux/ subdirectory with Linux-specific tests. Are there more tests that will need to be skipped on Darwin? If not, the using UNSUPPORTED works as well.

Yeah, there are a few more - tests using dlopen() without dlclose() and fork() without exec()

I can combine all of those diffs into a single patch to move things to a new directory, and leave this one as just the code-change portion.

fjricci updated this revision to Diff 95169.Apr 13 2017, 11:01 AM

Split out test component

alekseyshl accepted this revision.Apr 13 2017, 11:31 AM
This revision is now accepted and ready to land.Apr 13 2017, 11:31 AM
This revision was automatically updated to reflect the committed changes.