mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[interop][SwiftToCxx] add _SwiftCxxInteroperability.h shims header and import it for C++ header mode
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
// CHECK-NEXT: #include <cstring>
|
||||
// CHECK-NEXT: #include <stdlib.h>
|
||||
// CHECK-NEXT: #include <new>
|
||||
// CHECK-NEXT: #if defined(_WIN32)
|
||||
// CHECK-NEXT: #include <malloc.h>
|
||||
// CHECK-NEXT: #if __has_include(<shims/_SwiftCxxInteroperability.h>)
|
||||
// CHECK-NEXT: #include <shims/_SwiftCxxInteroperability.h>
|
||||
// CHECK-NEXT: #endif
|
||||
// CHECK-NEXT: #else
|
||||
// CHECK-NEXT: #include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user