Commits

David Farler committed f3500e4a3cc
lib/SwiftReflection shouldn't link libswiftCore Although this is a target library, it does not need to link against the standard library, because it doesn't have any Swift content in it. We need to add a separate build flag for having CMake content because saying a library "IS_STDLIB" isn't correct for this case. rdar://problem/26399625