mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adds a rough sketch of what will be a test harness, currently only supported on OS X: - Launch a child process: an executable written in Swift - Receive the child process's Mach port - Receive reflection section addresses and the address of a heap instance of interest - Perform field type lookup on the instance remotely (TODO)
4 lines
77 B
CMake
4 lines
77 B
CMake
add_swift_library(swiftReflection
|
|
TypeRef.cpp
|
|
LINK_LIBRARIES swiftBasic)
|