Target

public class Target

A Target object represents an object that encapsulates information about a host architecture, vendor, ABI, etc.

  • Creates a Target object from an LLVM target object.

    Declaration

    Swift

    public init(llvm: LLVMTargetRef)