19 types::ID InputType, llvm::Triple &Triple) {
23 if (MArch ==
"amdgcnspirv") {
24 Triple.setArch(llvm::Triple::ArchType::spirv64);
30 const llvm::opt::ArgList &Args,
31 llvm::StringRef &
Arch) {
32 if (
const Arg *MCPU = Args.getLastArg(options::OPT_mcpu_EQ))
33 Arch = MCPU->getValue();
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.