12 #include "llvm/Support/Path.h" 18 ArgStringList &CC1Args)
const {
19 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) &&
20 !DriverArgs.hasArg(options::OPT_nobuiltininc)) {
21 const Driver &D = getDriver();
23 llvm::sys::path::append(P,
"include",
"ppc_wrappers");
24 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.