File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ import SWBMacro
502
502
}
503
503
504
504
// remove in rdar://53000820
505
- @Test ( . requireSDKs( . macOS) , . requireXcode16 ( ) )
505
+ @Test ( . requireSDKs( . macOS) )
506
506
func swiftTaskConstructionWithoutResponseFile( ) async throws {
507
507
let core = try await getCore ( )
508
508
let swiftSpec = try core. specRegistry. getSpec ( ) as SwiftCompilerSpec
@@ -529,6 +529,7 @@ import SWBMacro
529
529
table. push ( BuiltinMacros . SWIFT_TARGET_TRIPLE, core. specRegistry. internalMacroNamespace. parseString ( " $(CURRENT_ARCH)-apple-$(SWIFT_PLATFORM_TARGET_PREFIX)$(SWIFT_DEPLOYMENT_TARGET)$(LLVM_TARGET_TRIPLE_SUFFIX) " ) )
530
530
table. push ( BuiltinMacros . OBJECT_FILE_DIR, literal: " /tmp/output/obj " )
531
531
table. push ( BuiltinMacros . PER_ARCH_OBJECT_FILE_DIR, BuiltinMacros . namespace. parseString ( " /tmp/output/obj-normal/x86_64 " ) )
532
+ table. push ( BuiltinMacros . PER_ARCH_MODULE_FILE_DIR, BuiltinMacros . namespace. parseString ( " /tmp/output/obj-normal/x86_64 " ) )
532
533
table. push ( BuiltinMacros . ENABLE_DEFAULT_SEARCH_PATHS, literal: true )
533
534
table. push ( BuiltinMacros . BUILT_PRODUCTS_DIR, literal: " /tmp/output/sym " )
534
535
let builtProductsDirList = core. specRegistry. internalMacroNamespace. parseStringList ( " $(BUILT_PRODUCTS_DIR) " )
You can’t perform that action at this time.
0 commit comments