@@ -215,7 +215,7 @@ fileprivate struct XCFrameworkTaskConstructionTests: CoreBasedTests {
215
215
// There needs to be a strong dependency on the XCFramework processing.
216
216
results. checkTaskFollows ( task, antecedent: try #require( processSupportXCFrameworkTask) )
217
217
218
- task. checkCommandLine ( [ " clang " , " -Xlinker " , " -reproducible " , " -target " , " x86_64-apple-macos \( core. loadSDK ( . macOS) . defaultDeploymentTarget) " , " -isysroot " , core. loadSDK ( . macOS) . path. str, " -Os " , " -L \( SRCROOT) /build/EagerLinkingTBDs/Debug " , " -L \( SRCROOT) /build/Debug " , " -F \( SRCROOT) /build/EagerLinkingTBDs/Debug " , " -F \( SRCROOT) /build/Debug " , " -filelist " , " \( SRCROOT) /build/aProject.build/Debug/App.build/Objects-normal/x86_64/App.LinkFileList " , " -dead_strip " , " -Xlinker " , " -object_path_lto " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug/App.build/Objects-normal/x86_64/App_lto.o " , " -Xlinker " , " -dependency_info " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug/App.build/Objects-normal/x86_64/App_dependency_info.dat " , " -framework " , " Support " , " -Xlinker " , " -no_adhoc_codesign " , " -o " , " \( SRCROOT) /build/Debug/App.app/Contents/MacOS/App " ] )
218
+ task. checkCommandLine ( [ " clang " , " -Xlinker " , " -reproducible " , " -target " , " x86_64-apple-macos \( core. loadSDK ( . macOS) . defaultDeploymentTarget) " , " -isysroot " , core. loadSDK ( . macOS) . path. str, " -Os " , " -L \( SRCROOT) /build/EagerLinkingTBDs/Debug " , " -L \( SRCROOT) /build/Debug " , " -F \( SRCROOT) /build/EagerLinkingTBDs/Debug " , " -F \( SRCROOT) /build/Debug " , " -filelist " , " \( SRCROOT) /build/aProject.build/Debug/App.build/Objects-normal/x86_64/App.LinkFileList " , " -Xlinker " , " - dead_strip" , " -Xlinker " , " -object_path_lto " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug/App.build/Objects-normal/x86_64/App_lto.o " , " -Xlinker " , " -dependency_info " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug/App.build/Objects-normal/x86_64/App_dependency_info.dat " , " -framework " , " Support " , " -Xlinker " , " -no_adhoc_codesign " , " -o " , " \( SRCROOT) /build/Debug/App.app/Contents/MacOS/App " ] )
219
219
}
220
220
}
221
221
@@ -252,7 +252,7 @@ fileprivate struct XCFrameworkTaskConstructionTests: CoreBasedTests {
252
252
// There needs to be a strong dependency on the XCFramework processing.
253
253
results. checkTaskFollows ( task, antecedent: try #require( processSupportXCFrameworkTask) )
254
254
255
- task. checkCommandLine ( [ " clang " , " -Xlinker " , " -reproducible " , " -target " , " x86_64-apple-driverkit \( core. loadSDK ( . driverKit) . defaultDeploymentTarget) " , " -isysroot " , core. loadSDK ( . driverKit) . path. str, " -Os " , " -L \( SRCROOT) /build/EagerLinkingTBDs/Debug-driverkit " , " -L \( SRCROOT) /build/Debug-driverkit " , " -F \( SRCROOT) /build/EagerLinkingTBDs/Debug-driverkit " , " -F \( SRCROOT) /build/Debug-driverkit " , " -filelist " , " \( SRCROOT) /build/aProject.build/Debug-driverkit/Driver.build/Objects-normal/x86_64/Driver.LinkFileList " , " -dead_strip " , " -Xlinker " , " -object_path_lto " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-driverkit/Driver.build/Objects-normal/x86_64/Driver_lto.o " , " -Xlinker " , " -dependency_info " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-driverkit/Driver.build/Objects-normal/x86_64/Driver_dependency_info.dat " , " -framework " , " Support " , " -Xlinker " , " -no_adhoc_codesign " , " -o " , " \( SRCROOT) /build/Debug-driverkit/Driver.dext/Driver " ] )
255
+ task. checkCommandLine ( [ " clang " , " -Xlinker " , " -reproducible " , " -target " , " x86_64-apple-driverkit \( core. loadSDK ( . driverKit) . defaultDeploymentTarget) " , " -isysroot " , core. loadSDK ( . driverKit) . path. str, " -Os " , " -L \( SRCROOT) /build/EagerLinkingTBDs/Debug-driverkit " , " -L \( SRCROOT) /build/Debug-driverkit " , " -F \( SRCROOT) /build/EagerLinkingTBDs/Debug-driverkit " , " -F \( SRCROOT) /build/Debug-driverkit " , " -filelist " , " \( SRCROOT) /build/aProject.build/Debug-driverkit/Driver.build/Objects-normal/x86_64/Driver.LinkFileList " , " -Xlinker " , " - dead_strip" , " -Xlinker " , " -object_path_lto " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-driverkit/Driver.build/Objects-normal/x86_64/Driver_lto.o " , " -Xlinker " , " -dependency_info " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-driverkit/Driver.build/Objects-normal/x86_64/Driver_dependency_info.dat " , " -framework " , " Support " , " -Xlinker " , " -no_adhoc_codesign " , " -o " , " \( SRCROOT) /build/Debug-driverkit/Driver.dext/Driver " ] )
256
256
}
257
257
}
258
258
@@ -999,7 +999,7 @@ fileprivate struct XCFrameworkTaskConstructionTests: CoreBasedTests {
999
999
results. checkTaskFollows ( task, antecedent: try #require( processSupportXCFrameworkTask) )
1000
1000
results. checkTaskFollows ( task, antecedent: try #require( processExtrasXCFrameworkTask) )
1001
1001
1002
- task. checkCommandLine ( [ " clang " , " -Xlinker " , " -reproducible " , " -target " , " arm64-apple-ios \( core. loadSDK ( . iOS) . defaultDeploymentTarget) " , " -isysroot " , core. loadSDK ( . iOS) . path. str, " -Os " , " -L \( SRCROOT) /build/EagerLinkingTBDs/Debug-iphoneos " , " -L \( SRCROOT) /build/Debug-iphoneos " , " -F \( SRCROOT) /build/EagerLinkingTBDs/Debug-iphoneos " , " -F \( SRCROOT) /build/Debug-iphoneos " , " -filelist " , " \( SRCROOT) /build/aProject.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.LinkFileList " , " -dead_strip " , " -Xlinker " , " -object_path_lto " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_lto.o " , " -Xlinker " , " -dependency_info " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_dependency_info.dat " , " -framework " , " Support " , " -framework " , " Extras " , " -Xlinker " , " -no_adhoc_codesign " , " -o " , " \( SRCROOT) /build/Debug-iphoneos/App.app/App " ] )
1002
+ task. checkCommandLine ( [ " clang " , " -Xlinker " , " -reproducible " , " -target " , " arm64-apple-ios \( core. loadSDK ( . iOS) . defaultDeploymentTarget) " , " -isysroot " , core. loadSDK ( . iOS) . path. str, " -Os " , " -L \( SRCROOT) /build/EagerLinkingTBDs/Debug-iphoneos " , " -L \( SRCROOT) /build/Debug-iphoneos " , " -F \( SRCROOT) /build/EagerLinkingTBDs/Debug-iphoneos " , " -F \( SRCROOT) /build/Debug-iphoneos " , " -filelist " , " \( SRCROOT) /build/aProject.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.LinkFileList " , " -Xlinker " , " - dead_strip" , " -Xlinker " , " -object_path_lto " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_lto.o " , " -Xlinker " , " -dependency_info " , " -Xlinker " , " \( SRCROOT) /build/aProject.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_dependency_info.dat " , " -framework " , " Support " , " -framework " , " Extras " , " -Xlinker " , " -no_adhoc_codesign " , " -o " , " \( SRCROOT) /build/Debug-iphoneos/App.app/App " ] )
1003
1003
}
1004
1004
}
1005
1005
}
0 commit comments