This is an archive of the discontinued LLVM Phabricator instance.

[clang-cl] Make all sanitizer flags available in clang-cl
ClosedPublic

Authored by rnk on Apr 12 2017, 11:44 AM.

Details

Summary

Use a tablegen let {} block so that new sanitizer flags are available by
default in all driver modes. This should cut down on time wasted with
bugs like http://crbug.com/710928.

Diff Detail

Repository
rL LLVM

Event Timeline

rnk created this revision.Apr 12 2017, 11:44 AM
This revision is now accepted and ready to land.Apr 12 2017, 1:57 PM
hans accepted this revision.Apr 12 2017, 2:04 PM

lgtm

This revision was automatically updated to reflect the committed changes.