Files
swift-mirror/include/swift/SIL/SILFunctionBuilder.h
Arnold Schwaighofer cae695e81b SILGen: Fix dynamic replacement before original function
Creating a @_dynamicReplacement function requires the creation of a
reference to the original function. We need to call SILGenModule's
getFunction to satisfy all the assertions in place.

rdar://59774606
2020-02-26 09:47:36 -08:00

5.7 KiB