charles-zablit wrote: > If I understand > [`CHECK-DAG`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-dag-directive) > correctly, then it requires the string to be between the last `CHECK-NEXT` > and next `CHECK-NEXT`. That would be equivalent to a `CHECK` (here).
I was not expecting the second one to work but it does. I converted them both to `CHECK`. https://github.com/llvm/llvm-project/pull/205574 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
