================
@@ -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:

After investigating it i found that the warning is no longer emitted because 
the implicit reduced BMI output now resolves to the same path as the explicit 
-o output, so there is no longer an override conflict.

https://github.com/llvm/llvm-project/pull/174560
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to