razvanlupusoru wrote:

> Open for suggestions how how to do so! One of the problems I ran into with 
> this is that the 'recipe' is always added at the 'top' when we create it, so 
> it is inverse order. AND FileCheck doesn't let you go 'backwards', so I was 
> unable to put the recipes inline.

I agree that it is wonky to use FileCheck with CHECK-DAG especially if it is 
backwards. One suggestion to alleviate the FileCheck issue is to actually 
insert in order - one possible way is to keep last recipe insertion point.

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

Reply via email to