We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79d83a commit b7dfc3bCopy full SHA for b7dfc3b
runner.py
@@ -42,10 +42,7 @@ def main():
42
xcodebuild_flags = args.add_xcodebuild_flags
43
xcodebuild_flags += (' ' if xcodebuild_flags else '') + 'DEBUG_INFORMATION_FORMAT=dwarf'
44
45
- # FIXME: using swift-driver in the source compatibility test suite
46
- # is blocked by rdar://75486433
47
swift_flags = args.add_swift_flags
48
- swift_flags += (' ' if swift_flags else '') + '-disallow-use-new-driver'
49
50
index = json.loads(open(args.projects).read())
51
result = project_future.ProjectListBuilder(
0 commit comments