Commits

Roman Levenstein committed 94ab3e2a206
Define a new x-macro FUNCTION_WITH_GLOBAL_SYMBOL_AND_IMPL This new x-macro should be used to define a runtime function that has an internal implementation inside the runtime library and a global symbol referring to this internal implementation. An example of such a runtime function is "swift_retain", which has a global symbol "_swift_retain" referring to its internal implementation "_swift_retain_".