mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[embedded] Build the stdlib for x86_64 too, and run executable tests on x86_64
This commit is contained in:
@@ -1322,6 +1322,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Opts.hasFeature(Feature::Embedded)) {
|
||||
Opts.UnavailableDeclOptimizationMode = UnavailableDeclOptimization::Complete;
|
||||
Opts.DisableImplicitStringProcessingModuleImport = true;
|
||||
Opts.DisableImplicitConcurrencyModuleImport = true;
|
||||
Opts.EnableObjCInterop = false;
|
||||
|
||||
if (FrontendOpts.EnableLibraryEvolution) {
|
||||
Diags.diagnose(SourceLoc(), diag::evolution_with_embedded);
|
||||
|
||||
Reference in New Issue
Block a user