Method
IdeRuntimeget_triplet
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 method takes ownership of the data, and is responsible for freeing it. |