Functionsยง
- add_
data_ ๐and_ relocation - Add relocation and section data needed for a symbol to be considered undefined by ld64.
- add_
version_ ๐to_ llvm_ target - deployment_
target - Get the deployment target based on the standard environment variables, or fall back to the
minimum version supported by
rustc
. - deployment_
target_ env_ var - Name of the environment variable used to fetch the deployment target on the given OS.
- get_
sdk_ ๐root - macho_
platform ๐ - minimum_
deployment_ ๐target - The deployment target for the given target.
- os_
minimum_ ๐deployment_ target - Minimum operating system versions currently supported by
rustc
. - parse_
version ๐ - Parse an OS version triple (SDK version or deployment target).
- pretty_
version - sdk_
name ๐ - The canonical name of the desired SDK for a given target.
- stdout_
to_ ๐path - xcode_
select_ ๐developer_ dir - Invoke
xcode-select --print-path
, and return the current developer directory. - xcrun_
show_ ๐sdk_ path - Invoke
xcrun --sdk $sdk_name --show-sdk-path
to get the SDK path.
Type Aliasesยง
- OSVersion ๐
- Deployment target or SDK version.