mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #78553 from compnerd/well-known-imports
IRGen: further generalise runtime function generation
This commit is contained in:
@@ -39,7 +39,8 @@ enum class RuntimeAvailability {
|
||||
/// given name, return types, argument types, attributes and
|
||||
/// a calling convention.
|
||||
llvm::Constant *getRuntimeFn(llvm::Module &Module, llvm::Constant *&cache,
|
||||
char const *name, llvm::CallingConv::ID cc,
|
||||
const char *ModuleName, char const *FunctionName,
|
||||
llvm::CallingConv::ID cc,
|
||||
RuntimeAvailability availability,
|
||||
llvm::ArrayRef<llvm::Type *> retTypes,
|
||||
llvm::ArrayRef<llvm::Type *> argTypes,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user