mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SwiftPrivate/PRNG.swift: - currently uses `theGlobalMT19937`; - previously used `arc4random` (see #1939); - is obsoleted by SE-0202: Random Unification.
11 lines
301 B
CMake
11 lines
301 B
CMake
add_swift_library(swiftSwiftPrivate ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
|
|
# This file should be listed the first. Module name is inferred from the
|
|
# filename.
|
|
SwiftPrivate.swift
|
|
IO.swift
|
|
ShardedAtomicCounter.swift
|
|
|
|
SWIFT_COMPILE_FLAGS
|
|
INSTALL_IN_COMPONENT stdlib-experimental)
|
|
|