driver::ArgStringList moved to llvm::opt.

This commit is contained in:
Vassil Vassilev 2020-03-11 12:41:13 +02:00 committed by jenkins
parent 62891a2537
commit ab1ea2bb02

View File

@ -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;