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
Previously, because we chdir()ed before parsing arguments, the --output argument would be relative to the swift-source-compat-suite directory, which necessitated a hack to write the comment file to the CI-expected path. Commit 6952162 accidentally fixed that bug. Unfortutnately, it also broke the hack, which caused all compiler performance tests to fail. This commit deletes the hack, which should restore correct behavior.
0 commit comments