This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Mark -fopenmp-implicit-rpath as NoArgumentUnused
ClosedPublic

Authored by nikic on Sep 5 2022, 8:30 AM.

Details

Summary

This matches the behavior for all the other -fopenmp options, as well as -frtlib-add-rpath.

For context, Fedora passes this flag by default in case OpenMP is used, and this results in a warning if it (usually) isn't, which causes build failures for some programs with unnecessarily strict build systems (like Ruby).

Diff Detail

Event Timeline

nikic created this revision.Sep 5 2022, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2022, 8:30 AM
nikic requested review of this revision.Sep 5 2022, 8:30 AM
jhuber6 accepted this revision.Sep 5 2022, 9:44 AM

LG, thanks.

This revision is now accepted and ready to land.Sep 5 2022, 9:44 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2022, 12:44 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript