Commit bee63a3
authored
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.1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2764 | 2764 | | |
2765 | 2765 | | |
2766 | 2766 | | |
2767 | | - | |
2768 | | - | |
2769 | | - | |
2770 | | - | |
| 2767 | + | |
2771 | 2768 | | |
2772 | 2769 | | |
2773 | 2770 | | |
| |||
0 commit comments