9#ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_AVR_H
10#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_AVR_H
24 const llvm::opt::ArgList &Args);
27 llvm::opt::ArgStringList &CC1Args)
const override;
31 llvm::opt::ArgStringList &CC1Args,
36 std::string getCompilerRT(
const llvm::opt::ArgList &Args, StringRef Component,
38 bool IsFortran =
false)
const override;
43 Tool *buildLinker()
const override;
46 StringRef GCCInstallPath;
53class LLVM_LIBRARY_VISIBILITY
Linker final :
public Tool {
62 const llvm::opt::ArgList &TCArgs,
63 const char *LinkingOutput)
const override;
llvm::MachO::FileType FileType
The base class of the type hierarchy.
Compilation - A set of tasks to perform for a single driver invocation.
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
SmallVector< InputInfo, 4 > InputInfoList
The JSON file list parser is used to communicate input to InstallAPI.