Target
public class Target
A Target object represents an object that encapsulates information about
a host architecture, vendor, ABI, etc.
-
Creates a
Targetobject from an LLVM target object.Declaration
Swift
public init(llvm: LLVMTargetRef)
Target Class Reference