Displaying 2 results from an estimated 2 matches for "llvmfb".
Did you mean:
llvmbb
2018 Jul 28
2
ThinLTO Bug ?
Hi
I have encountered a module verification failure when running 2 files
with thin-lto (I hit this bug in the link step in LTO on a really
large program and I reduced to this test case).
~/llvmfb/build-debug/bin/llvm-lto2 run -o c a.o b.o -r a.o,c,px -r
b.o,a,px -r b.o,b,px -r a.o,gv -r b.o,gv
Called function is not the same type as the call!
%2 = call i1 bitcast (i1 (%struct.TA*)* @b to i1 (%0*)*)(%struct.TA* %0)
in function a
LLVM ERROR: Broken function found, compilation aborted!
My...
2018 Jul 30
2
ThinLTO Bug ?
...m-dev] ThinLTO Bug ?
> >
> > Hi
> >
> > I have encountered a module verification failure when running 2 files
> > with thin-lto (I hit this bug in the link step in LTO on a really
> > large program and I reduced to this test case).
> >
> >
> > ~/llvmfb/build-debug/bin/llvm-lto2 run -o c a.o b.o -r a.o,c,px -r
> > b.o,a,px -r b.o,b,px -r a.o,gv -r b.o,gv
> > Called function is not the same type as the call!
> > %2 = call i1 bitcast (i1 (%struct.TA*)* @b to i1 (%0*)*)(%struct.TA* %0)
> > in function a
> > LLVM ERROR...