This is an archive of the discontinued LLVM Phabricator instance.

[flang] Remove warnings that fast-math options are unimplemented
ClosedPublic

Authored by tblah on Nov 29 2022, 3:40 AM.

Diff Detail

Event Timeline

tblah created this revision.Nov 29 2022, 3:40 AM
Herald added a project: Restricted Project. · View Herald Transcript
tblah requested review of this revision.Nov 29 2022, 3:40 AM

Makes sense, LGTM! Please wait for @vzakhari to take a look as well.

vzakhari accepted this revision.Nov 29 2022, 9:00 AM

Thank you!

This revision is now accepted and ready to land.Nov 29 2022, 9:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 9:17 AM
vzakhari added a comment.EditedNov 29 2022, 5:47 PM

There are build warnings about unused variables around if (const llvm::opt::Arg *a = now.
Can you please clean it up?

There are build warnings about unused variables around if (const llvm::opt::Arg *a = now.
Can you please clean it up?

As @vzakhari this is triggering 6 new warnings for unused variable 'a'. Can you please fix it?

flang/lib/Frontend/CompilerInvocation.cpp