Skip to content

Commit 07823ab

Browse files
Merge pull request #36312 from aschwaighofer/enable_update_extend_frame_pointer_entry_x86_64
IRGen: Enable update of extended frame pointer entry on x86_64
2 parents 6b87566 + ba901ad commit 07823ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/IRGen/SwiftTargetInfo.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ static void configureX86_64(IRGenModule &IGM, const llvm::Triple &triple,
9494
// x86-64 only has 48 effective bits of address space and reserves the high
9595
// half for the kernel.
9696
target.SwiftRetainIgnoresNegativeValues = true;
97+
98+
target.UsableSwiftAsyncContextAddrIntrinsic = true;
9799
}
98100

99101
/// Configures target-specific information for 32-bit x86 platforms.

0 commit comments

Comments
 (0)