mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1360,6 +1360,9 @@ static bool performCompileStepsPostSILGen(
|
||||
|
||||
runSILLoweringPasses(*SM);
|
||||
|
||||
if (Action == FrontendOptions::ActionType::DumpTypeInfo)
|
||||
return performDumpTypeInfo(IRGenOpts, *SM, getGlobalLLVMContext());
|
||||
|
||||
// TODO: remove once the frontend understands what action it should perform
|
||||
IRGenOpts.OutputKind = getOutputKind(Action);
|
||||
if (Action == FrontendOptions::ActionType::Immediate)
|
||||
@@ -1367,7 +1370,8 @@ static bool performCompileStepsPostSILGen(
|
||||
Invocation, Instance, std::move(SM), MSF, observer, ReturnValue);
|
||||
|
||||
StringRef OutputFilename = PSPs.OutputFilename;
|
||||
std::vector<std::string> ParallelOutputFilenames = Invocation.getFrontendOptions().InputsAndOutputs.copyOutputFilenames();
|
||||
std::vector<std::string> ParallelOutputFilenames =
|
||||
Invocation.getFrontendOptions().InputsAndOutputs.copyOutputFilenames();
|
||||
std::unique_ptr<llvm::Module> IRModule;
|
||||
llvm::GlobalVariable *HashGlobal;
|
||||
generateIR(
|
||||
|
||||
Reference in New Issue
Block a user