Skip to content

Commit ba901ad

Browse files
committed
IRGen: Enable update of extended frame pointer entry on x86_64
1 parent 0ee9e69 commit ba901ad

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)