[all-commits] [llvm/llvm-project] 6e31a4: [driver] Do not warn about unused plugin flags. (#...

Michael Kruse via All-commits all-commits at lists.llvm.org
Mon May 6 05:04:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e31a49931b8b057868a64e89838e3c9b40f9198
      https://github.com/llvm/llvm-project/commit/6e31a49931b8b057868a64e89838e3c9b40f9198
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/test/Driver/plugin-driver-args.cpp

  Log Message:
  -----------
  [driver] Do not warn about unused plugin flags. (#88948)

Plugins are not loaded without the -cc1 phase. Do not report them when
running on an assembly file or when linking. Many build tools add these
options to all driver invocations, including LLVM's build system.

Fixes #88173



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list