Files
swift-mirror/lib/SIL/SILModule.cpp
Michael Gottesman e5191519e6 [linker] Link in closures references via function_refs during mandatory inlining.
Pattern matching on whether or not the function was applied is fragile
in the face of various possible compositions in between the function_ref
and the apply (i.e. thin_to_thick_function as an example).

Lets be conservative and just always deserialize references to closures
during mandatory inlining when referenced via a function_ref so we avoid
this problem if additional instructions like this are added.

Swift SVN r17977
2014-05-12 23:59:48 +00:00

25 KiB