Files
swift-mirror/stdlib/runtime/Reflection.cpp
2014-11-05 23:17:07 +00:00

8 lines
202 B
C++

// 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