9#ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_AARCH64_H
10#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_AARCH64_H
13#include "llvm/ADT/StringRef.h"
14#include "llvm/Option/Option.h"
25 const llvm::opt::ArgList &Args,
26 std::vector<llvm::StringRef> &Features,
27 bool ForAS,
bool ForMultilib =
false);
30 const llvm::Triple &Triple, llvm::opt::Arg *&A);
32std::optional<std::string>
34 const llvm::Triple &Triple);
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
The JSON file list parser is used to communicate input to InstallAPI.