mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
runtime: add a comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user