[OpenMP] Mark -fopenmp-implicit-rpath as NoArgumentUnused
authorNikita Popov <npopov@redhat.com>
Fri, 2 Sep 2022 14:30:15 +0000 (16:30 +0200)
committerNikita Popov <npopov@redhat.com>
Tue, 6 Sep 2022 07:44:45 +0000 (09:44 +0200)
commit71797797f7a759245cb39b93307e0641c511170c
tree2878fc59ef5c54a87b0b68fda2193d5a47f31dc2
parentea3630e8d4df1d4a4dd9f0f97c0cac33261fea36
[OpenMP] Mark -fopenmp-implicit-rpath as NoArgumentUnused

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).

Differential Revision: https://reviews.llvm.org/D133316
clang/include/clang/Driver/Options.td