[Lldb-commits] [PATCH] D43577: Fix TestUbsanBasic
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 21 09:31:10 PST 2018
davide added a comment.
I wonder whether we could use something like
>>> import os
>>> os.path.basename('/patatino/ino/main.c')
'main.c'
to make this slightly more robust against files which end in `main.c` but we don't want to really match, e.g. `blahmain.c`.
https://reviews.llvm.org/D43577
More information about the lldb-commits
mailing list