File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 17
17
#ifndef SWIFT_RUNTIME_CONFIG_H
18
18
#define SWIFT_RUNTIME_CONFIG_H
19
19
20
+ // Bring in visibility attribute macros for library visibility.
20
21
#include " llvm/Support/Compiler.h"
21
22
22
23
// / Does the current Swift platform support "unbridged" interoperation
187
188
188
189
#endif
189
190
190
- // Bring in visibility attribute macros for library visibility.
191
- #include " llvm/Support/Compiler.h"
192
-
193
191
// Generates a name of the runtime entry's implementation by
194
192
// adding an underscore as a prefix and a suffix.
195
193
#define SWIFT_RT_ENTRY_IMPL (Name ) _##Name##_
Original file line number Diff line number Diff line change 14
14
#include < objc/runtime.h>
15
15
#include " swift/Runtime/HeapObject.h"
16
16
#include " swift/Runtime/Metadata.h"
17
- #include " swift/Runtime/Metadata.h"
18
17
#include " gtest/gtest.h"
19
18
20
19
using namespace swift ;
You can’t perform that action at this time.
0 commit comments