You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid invoking swiftc -front-end when building Dispatch overlay
Simplify the rules for compiling .swift source files when
building the wrapping overlay to avoid invoking the swiftc
front-end directly. This avoids using an unsupported
swift compiler command line API and does the compilation
in a single shot with whole-module-optimization (potential
for better generated code).
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
0 commit comments