[clang] [driver] Do not warn about unused plugin flags. (PR #88948)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 13:44:12 PDT 2024


================
@@ -0,0 +1,5 @@
+// RUN: %clang -### -c -fpass-plugin=bar.so -fplugin=bar.so -fplugin-arg-bar-option -Werror %s 2>&1 | FileCheck %s
----------------
MaskRay wrote:

This can be moved to `Driver/plugin-driver-args.cpp` with `%clang -### -c -x assembler`

https://github.com/llvm/llvm-project/pull/88948


More information about the cfe-commits mailing list