@@ -215,7 +215,7 @@ fileprivate struct XCFrameworkTaskConstructionTests: CoreBasedTests {
215215 // There needs to be a strong dependency on the XCFramework processing.
216216 results. checkTaskFollows ( task, antecedent: try #require( processSupportXCFrameworkTask) )
217217
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 " ] )
219219 }
220220 }
221221
@@ -252,7 +252,7 @@ fileprivate struct XCFrameworkTaskConstructionTests: CoreBasedTests {
252252 // There needs to be a strong dependency on the XCFramework processing.
253253 results. checkTaskFollows ( task, antecedent: try #require( processSupportXCFrameworkTask) )
254254
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 " ] )
256256 }
257257 }
258258
@@ -999,7 +999,7 @@ fileprivate struct XCFrameworkTaskConstructionTests: CoreBasedTests {
999999 results. checkTaskFollows ( task, antecedent: try #require( processSupportXCFrameworkTask) )
10001000 results. checkTaskFollows ( task, antecedent: try #require( processExtrasXCFrameworkTask) )
10011001
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 " ] )
10031003 }
10041004 }
10051005 }
0 commit comments