pogo59 wrote:

In general, you cannot combine suffixes in the same directive. FileCheck will 
detect and complain about some combinations, but it doesn't detect all of them. 
I believe `CHECK-DAG-SAME` does not work the way you want it to, and in fact 
acts as a no-op. This would be easy to verify, modify the text that the 
directive is looking for and see whether the test fails.

https://github.com/llvm/llvm-project/pull/67503
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to