We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4937282 commit 0a56827Copy full SHA for 0a56827
lib/SILOptimizer/Mandatory/CMakeLists.txt
@@ -45,7 +45,7 @@ target_sources(swiftSILOptimizer PRIVATE
45
RawSILInstLowering.cpp
46
ReferenceBindingTransform.cpp
47
ThunkLowering.cpp
48
- TransferNonSendable.cpp
+ SendNonSendable.cpp
49
LowerTupleAddrConstructor.cpp
50
SILGenCleanup.cpp
51
YieldOnceCheck.cpp
lib/SILOptimizer/Mandatory/TransferNonSendable.cpp renamed to lib/SILOptimizer/Mandatory/SendNonSendable.cpp
0 commit comments