This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Disable -Werror for CMake checks
ClosedPublic

Authored by phosek on Jul 26 2017, 4:48 PM.

Details

Summary

-Werror may cause some of the CMake checks to fail, so we disable it even if it's enabled for the build itself.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jul 26 2017, 4:48 PM
beanz accepted this revision.Jul 26 2017, 4:49 PM

LGTM!

This revision is now accepted and ready to land.Jul 26 2017, 4:49 PM
This revision was automatically updated to reflect the committed changes.