12 #include "llvm/Support/Path.h" 18 ArgStringList &CC1Args)
const {
21 if (getArch() != llvm::Triple::ppc &&
22 !DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) &&
23 !DriverArgs.hasArg(options::OPT_nobuiltininc)) {
24 const Driver &D = getDriver();
26 llvm::sys::path::append(P,
"include",
"ppc_wrappers");
27 addSystemInclude(DriverArgs, CC1Args, P);
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
std::string ResourceDir
The path to the compiler resource directory.