File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -1521,3 +1521,34 @@ verbose-build
1521
1521
lit-args =-v
1522
1522
reconfigure
1523
1523
build-ninja
1524
+
1525
+ # ===------------------------------------------------------------------------===#
1526
+ # iOS arm64 cross compiler
1527
+ # ===------------------------------------------------------------------------===#
1528
+ [preset: buildbot_iphoneos_arm64_crosscompiler]
1529
+
1530
+ build-subdir =LLVMClangSwift_iphoneos
1531
+ release
1532
+
1533
+ dash-dash
1534
+
1535
+ cross-compile-hosts =iphoneos-arm64
1536
+ compiler-vendor =apple
1537
+ swift-primary-variant-sdk =IOS
1538
+ swift-primary-variant-arch =arm64
1539
+ extra-cmake-options =-DLLVM_ENABLE_BACKTRACES:BOOL =OFF
1540
+
1541
+ build-toolchain-only =1
1542
+ build-swift-static-stdlib =0
1543
+ build-swift-dynamic-stdlib =0
1544
+ build-swift-static-sdk-overlay =0
1545
+ build-swift-dynamic-sdk-overlay =0
1546
+ build-runtime-with-host-compiler =0
1547
+ skip-build-benchmarks
1548
+ llvm-include-tests =0
1549
+ llvm-enable-modules =0
1550
+ build-swift-ios-test =0
1551
+ build-swift-examples =0
1552
+ swift-include-tests =0
1553
+ darwin-deployment-version-ios =10.0
1554
+ darwin-crash-reporter-client =1
You can’t perform that action at this time.
0 commit comments