This is an archive of the discontinued LLVM Phabricator instance.

Silence the driver warnings, if we see "-w" on the Driver.
ClosedPublic

Authored by filcab on Jul 17 2015, 6:01 PM.

Details

Summary

This patch is basically a request for comments. Since we can enable
warnings after that -w, I don't think the patch is 100% correct.

The problem that triggered this is because we have some amount of tests
that expect 0 warnings (including unit tests for -w), but -w ends up not
fully silencing everything.

Diff Detail

Repository
rL LLVM

Event Timeline

filcab updated this revision to Diff 30059.Jul 17 2015, 6:01 PM
filcab retitled this revision from to Silence the driver warnings, if we see "-w" on the Driver..
filcab updated this object.
filcab added reviewers: echristo, chandlerc.
filcab added a subscriber: cfe-commits.
chandlerc accepted this revision.Jul 17 2015, 6:53 PM
chandlerc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 17 2015, 6:53 PM
This revision was automatically updated to reflect the committed changes.