9#ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_RISCV_H
10#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_RISCV_H
13#include "llvm/ADT/SmallVector.h"
14#include "llvm/ADT/StringRef.h"
15#include "llvm/Option/Option.h"
25 const llvm::opt::ArgList &Args,
26 std::vector<llvm::StringRef> &Features);
28 const llvm::Triple &Triple);
30 const llvm::Triple &Triple);
32 const llvm::Triple &Triple);
35std::optional<StringRef>
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.