This is an archive of the discontinued LLVM Phabricator instance.

[flang] Remove extra CMAKE_CXX_FLAGS in Lower and Optimizer
ClosedPublic

Authored by tskeith on Aug 6 2020, 12:13 PM.

Details

Summary

-Wno-error and -Wno-unused-parameter appear to no longer be needed
for Lower and Optimizer.

Diff Detail

Event Timeline

tskeith created this revision.Aug 6 2020, 12:13 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith requested review of this revision.Aug 6 2020, 12:13 PM

Independently on whether it is decided whether these lines are needed at all, I commited D85355. Hence this will need a rebase (which should be trivial: just remove the added lines as well).

PeteSteinfeld accepted this revision.Aug 6 2020, 8:16 PM

All builds, tests, and looks good to me.

This revision is now accepted and ready to land.Aug 6 2020, 8:16 PM
schweitz accepted this revision.Aug 7 2020, 10:13 AM
This revision was landed with ongoing or failed builds.Aug 7 2020, 10:22 AM
This revision was automatically updated to reflect the committed changes.