mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When linking on Linux, we would fail with unresolved symbol references to swift::FrontendStatsTracer::getTraceFormatter<T>. The use of the types, which are defined in swiftSIL occur in swiftBasic. Provide inline definitions of the constructors which cause the dependency on some environments (e.g. Linux).
11 KiB
11 KiB