> On Mar 20, 2020, at 1:49 PM, Davidino Italiano via lldb-commits > <[email protected]> wrote: > > > >> On Mar 20, 2020, at 1:48 PM, Jim Ingham <[email protected]> wrote: >> >> Yes, I’m working on a fix. >> >> Can you use regular expressions or globs in FileCheck matching? It means >> if you ever add a test that makes an expression above this test in the file, >> you have to go renumber everything. That's kind of annoying even if the >> numbering was still working, and you aren’t testing the expression results >> numbering here anyway… >> >> Jim >> > > Sure. Fix coming in a second.
commit 696ae6f7d8e170c82d5f2978fc99cc061f52b4ef (HEAD -> master, origin/master, origin/HEAD) Author: Davide Italiano <[email protected]> Date: Fri Mar 20 13:57:40 2020 -0700 [StopHook] Use wildcard matching. Pointed out by Jim Ingham.
_______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
