Changes to runtime library to support non-objc targets

Swift SVN r23122
This commit is contained in:
Graham Batty
2014-11-05 23:17:07 +00:00
parent 5aa60308a6
commit d15c24e25b
8 changed files with 197 additions and 54 deletions

View 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