You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #71835 from apple/lldb/type-completion-rework/swift-build-script/fix-to-20230725
[build-script] Fix the LLDB redecl completion filter that we pass to llvm-lit
In the presence of multiple --filter options, llvm-lit will only pick the last one. Which means we only ever ran the tests under commands/.
This patch turns the multiple filters into a regex.
0 commit comments