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:
@@ -119,11 +119,6 @@ static clang::CodeGenerator *createClangCodeGenerator(ASTContext &Context,
|
||||
return ClangCodeGen;
|
||||
}
|
||||
|
||||
/// A helper for determining if the triple uses the DLL storage
|
||||
static bool useDllStorage(const llvm::Triple &Triple) {
|
||||
return Triple.isOSBinFormatCOFF() && !Triple.isOSCygMing();
|
||||
}
|
||||
|
||||
IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
std::unique_ptr<llvm::TargetMachine> &&target,
|
||||
SourceFile *SF, llvm::LLVMContext &LLVMContext,
|
||||
|
||||
Reference in New Issue
Block a user