mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
add_swift_library(swiftReflection IS_STDLIB IS_HOST
|
||||
add_swift_library(swiftReflection TARGET_LIBRARY IS_HOST
|
||||
Demangle.cpp
|
||||
MetadataSource.cpp
|
||||
Remangle.cpp
|
||||
|
||||
Reference in New Issue
Block a user