We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdfbb05 + 7c8523c commit a2742ebCopy full SHA for a2742eb
lib/PrintAsClang/_SwiftCxxInteroperability.h
@@ -28,9 +28,9 @@
28
# define SWIFT_CALL __attribute__((swiftcall))
29
#endif
30
31
-#if __has_attribute(always_inline) && __has_attribute(nodebug)
+#if __has_attribute(transparent_stepping)
32
#define SWIFT_INLINE_THUNK_ATTRIBUTES \
33
- __attribute__((always_inline)) __attribute__((nodebug))
+ __attribute__((transparent_stepping))
34
#if defined(DEBUG) && __has_attribute(used)
35
// Additional 'used' attribute is used in debug mode to make inline thunks
36
// accessible to LLDB.
0 commit comments