class Minix

Declaration

class Minix : public Generic_ELF { /* full declaration omitted */ };

Description

Generic_GCC - A tool chain using the 'gcc' command to perform all subcommands; this relies on gcc translating the majority of command line options.

Declared at: clang/lib/Driver/ToolChains/Minix.h:50

Inherits from: Generic_ELF

Member Variables

Inherited from Generic_GCC:

protected GCCInstallation
protected CudaInstallation
protected RocmInstallation

Inherited from ToolChain:

protected Multilibs
protected SelectedMultilib

Method Overview

  • public Minix(const clang::driver::Driver & D, const llvm::Triple & Triple, const llvm::opt::ArgList & Args)
  • protected clang::driver::Tool * buildAssembler() const
  • protected clang::driver::Tool * buildLinker() const

Inherited from Generic_ELF:

Inherited from Generic_GCC:

Inherited from ToolChain:

Methods

Minix(const clang::driver::Driver& D,
      const llvm::Triple& Triple,
      const llvm::opt::ArgList& Args)

Description

Minix - Minix tool chain which can call as(1) and ld(1) directly.

Declared at: clang/lib/Driver/ToolChains/Minix.h:52

Parameters

const clang::driver::Driver& D
const llvm::Triple& Triple
const llvm::opt::ArgList& Args

clang::driver::Tool* buildAssembler() const

Declared at: clang/lib/Driver/ToolChains/Minix.h:56

clang::driver::Tool* buildLinker() const

Declared at: clang/lib/Driver/ToolChains/Minix.h:57