Re: perf tools: LIBCLANGLLVM=1 build broken with llvm 7/clang 6

From: Arnaldo Carvalho de Melo
Date: Mon Jun 18 2018 - 11:37:32 EST


Em Mon, Jun 18, 2018 at 08:10:27AM -0700, Yonghong Song escreveu:
> On 6/18/18 7:31 AM, Arnaldo Carvalho de Melo wrote:
> > Em Sat, Jun 16, 2018 at 10:20:21AM -0700, Yonghong Song escreveu:
> > > There is an interface change in llvm 7.0 (trunk) for function
> > > llvm::TargetMachine::addPassesToEmitFile. The following patch
> > > should fix the problem.
> >
> > Please submit it, I just tested and the the build finishes Ok.
>
> The formal patch is here:
> https://lkml.org/lkml/2018/6/16/92

Thanks, hadn't noticed, applied,

- Arnaldo