mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Changes to runtime library to support non-objc targets
Swift SVN r23122
This commit is contained in:
7
stdlib/runtime/Reflection.cpp
Normal file
7
stdlib/runtime/Reflection.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// This file is here only to bring in the parts of Reflection.mm that apply
|
||||
// when not using an objc runtime.
|
||||
#include "swift/Runtime/Config.h"
|
||||
|
||||
#if !SWIFT_OBJC_INTEROP
|
||||
#include "Reflection.mm"
|
||||
#endif
|
||||
Reference in New Issue
Block a user