mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -600,6 +600,10 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
DynamicReplacementKeyTy = createStructType(*this, "swift.dyn_repl_key",
|
||||
{RelativeAddressTy, Int32Ty});
|
||||
|
||||
AccessibleFunctionRecordTy = createStructType(
|
||||
*this, "swift.accessible_function",
|
||||
{RelativeAddressTy, RelativeAddressTy, RelativeAddressTy, Int32Ty});
|
||||
|
||||
AsyncFunctionPointerTy = createStructType(*this, "swift.async_func_pointer",
|
||||
{RelativeAddressTy, Int32Ty}, true);
|
||||
SwiftContextTy = llvm::StructType::create(getLLVMContext(), "swift.context");
|
||||
|
||||
Reference in New Issue
Block a user