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,
32 llvm::StringRef BoundArch,
37 std::string getCompilerRT(
const llvm::opt::ArgList &Args, StringRef Component,
39 bool IsFortran =
false)
const override;
44 Tool *buildLinker()
const override;
47 StringRef GCCInstallPath;
54class LLVM_LIBRARY_VISIBILITY
Linker final :
public Tool {
63 const llvm::opt::ArgList &TCArgs,
64 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.