mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove USE_SWIFT_ASYNC_LOWERING CMake setting.
It was added for staging; but that has been completed.
This commit is contained in:
@@ -551,7 +551,7 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
bool isAsyncCCSupported =
|
||||
clangASTContext.getTargetInfo().checkCallingConvention(clang::CC_SwiftAsync)
|
||||
== clang::TargetInfo::CCCR_OK;
|
||||
if (opts.UseAsyncLowering && isAsyncCCSupported) {
|
||||
if (isAsyncCCSupported) {
|
||||
SwiftAsyncCC = llvm::CallingConv::SwiftTail;
|
||||
AsyncTailCallKind = llvm::CallInst::TCK_MustTail;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user