Virtual Method

IdeRuntimeget_triplet

Declaration

IdeTriplet*
get_triplet (
  IdeRuntime* self
)

Description

Gets the architecture triplet of the runtime.

This can be used to ensure we’re compiling for the right architecture given the current device.

Return value

Type: IdeTriplet

The architecture triplet the runtime will build for.

The caller of the function takes ownership of the data, and is responsible for freeing it.