runtime: add a comment

This commit is contained in:
Erik Eckstein
2017-05-10 10:08:26 -07:00
parent 0a0ab124e8
commit 0a72cd3dbd

View File

@@ -36,7 +36,10 @@
// implementations.
#define FOR_CONV_DefaultCC(...)
#define FOR_CONV_C_CC(...)
// Entry points implemented in swift using the swift calling convention.
#define FOR_CONV_SwiftCC(...)
// Entry points using the new calling convention require global symbols
// referring to their implementations.
#define FOR_CONV_RegisterPreservingCC(x) x