This is an archive of the discontinued LLVM Phabricator instance.

[clang][test] Use more widely supported sanitizer for file dependency tests
AbandonedPublic

Authored by jkorous on Jan 14 2020, 12:44 PM.

Details

Reviewers
None
Summary

The tests aren't concerned at all by the actual sanitizer - only by blacklist being reported as a dependency.
We're unfortunately limited by platform support for any particular sanitizer but we can at least use one that is widely supported.

Diff Detail