This revision was automatically updated to reflect the committed changes.
Closed by commit rL349649: [Driver] Add .hasAnySanitizer() to SanitizerArgs
(authored by mgorny, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55832?vs=178699&
mgorny created this revision.
mgorny added reviewers: krytarowski, vitalybuka, samsonov, pcc.
Add a simple method to query whether any sanitizer was enabled,
via SanitizerArgs. This will be used in the NetBSD driver to pass
additional definitions that are required by all sanitizers.
Repository: