Go to the documentation of this file.
9 #ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_PPC_H
10 #define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_PPC_H
13 #include "llvm/ADT/StringRef.h"
14 #include "llvm/Option/Option.h"
41 const llvm::opt::ArgList &Args);
44 const llvm::opt::ArgList &Args,
45 std::vector<llvm::StringRef> &Features);
52 #endif // LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_PPC_H
Dataflow Directional Tag Classes.
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...