mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is the only dependency it has on libswiftCore. Looking this up at runtime allows its use in programs that don't link libswiftCore but might eventually load and run Swift code, such as xctest. While we're in there, enable tests in files ending with `.c`. rdar://problem/55274114