Skip to content

Commit

Permalink
Merge pull request iovisor#2011 from iovisor/yhs_dev
Browse files Browse the repository at this point in the history
fix bcc build failure with latest llvm/clang trunk
  • Loading branch information
4ast committed Oct 15, 2018
2 parents 09f9d3c + 331ab23 commit afd0015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/frontends/clang/loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int ClangLoader::do_compile(unique_ptr<llvm::Module> *mod, TableStorage &ts,
}

// Initialize a compiler invocation object from the clang (-cc1) arguments.
const driver::ArgStringList &ccargs = cmd.getArguments();
const llvm::opt::ArgStringList &ccargs = cmd.getArguments();

if (flags_ & DEBUG_PREPROCESSOR) {
llvm::errs() << "clang";
Expand Down

0 comments on commit afd0015

Please sign in to comment.