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
Rework lit.cfg regex to avoid basename subshell in substituion
Changed %target-build-swift-dylib\(([^)]+)\) to
%target-build-swift-dylib\(([^)]+?)([^/()]+)\)
Group 1 now captures the "prefix" and group 2 captures the final word
Captured the basename directly in the regex instead of using a subshell since
Lit's internal shell does not support
0 commit comments