driver::ArgStringList moved to llvm::opt.
This commit is contained in:
parent
62891a2537
commit
ab1ea2bb02
@ -1368,7 +1368,7 @@ static void stringifyPreprocSetting(PreprocessorOptions& PPOpts,
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
const driver::ArgStringList* CC1Args = GetCC1Arguments(Compilation.get());
|
||||
const llvm::opt::ArgStringList* CC1Args = GetCC1Arguments(Compilation.get());
|
||||
if (!CC1Args) {
|
||||
cling::errs() << "Could not get cc1 arguments.\n";
|
||||
return nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user