Skip to content

Commit d3f2e38

Browse files
committed
Link SwiftRuntimeTests against the entire stdlib instead of runtime.a alone.
There are interdependencies between the Swift and C++ code now. Swift SVN r17963
1 parent baae246 commit d3f2e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ add_swift_unittest(SwiftRuntimeTests
66
find_library(FOUNDATION_LIBRARY Foundation)
77

88
target_link_libraries(SwiftRuntimeTests
9-
swift_runtime
9+
swift_stdlib_core
1010
${FOUNDATION_LIBRARY}
1111
)

0 commit comments

Comments
 (0)