================ @@ -51,7 +51,7 @@ // RUN: %clang -std=c++20 Hello.cppm --precompile -fmodules-reduced-bmi \ // RUN: -### 2>&1 | FileCheck Hello.cppm \ -// RUN: --check-prefix=CHECK-OVERRIDE-WARN +// RUN: --check-prefix=CHECK-OVERRIDE-WARN-NOT ---------------- CarvedCoder wrote:
<img width="824" height="233" alt="image" src="https://github.com/user-attachments/assets/0fb38dca-83a2-4bf6-82fb-61a69140381b" /> the problem seems to be in this part mainly : // CHECK-OVERRIDE-WARN: warning: the implicit output of reduced BMI may be overrided by the output file specified by '--precompile'. {{.*}}-Wreduced-bmi-output-overrided https://github.com/llvm/llvm-project/pull/174560 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
