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"
24 const llvm::opt::ArgList &Args,
25 std::vector<llvm::StringRef> &Features,
29 const llvm::Triple &Triple, llvm::opt::Arg *&A);
32 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.