[all-commits] [llvm/llvm-project] 717977: [OpenMP] Mark -fopenmp-implicit-rpath as NoArgumen...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Sep 6 00:45:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71797797f7a759245cb39b93307e0641c511170c
      https://github.com/llvm/llvm-project/commit/71797797f7a759245cb39b93307e0641c511170c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [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




More information about the All-commits mailing list