Commit afd00154 authored by 4ast's avatar 4ast Committed by GitHub

Merge pull request #2011 from iovisor/yhs_dev

fix bcc build failure with latest llvm/clang trunk
parents 09f9d3c8 331ab236
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment