Commit bead2cd
committed
Don't build arm64e slices of the back-deployed libswift_Concurrency.dylib.
The arm64e ABI is not stable, so there is no reason to build or ship
arm64e slices of the back-deployed libswift_Concurrency.dylib. Moreover,
these slices interact poorly with bitcode_strip tool, resulting in
a shared library that iOS will refuse to load in certain circumstances.
Fixes rdar://85752735 / FB9780976.
Thank you to Jay Muthialu and Keith Smiley for helping debug this issue!1 parent e6979d2 commit bead2cd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments