OpenJDK 8 and Shark
Mario Torre
neugens at redhat.com
Wed Jan 7 12:04:13 UTC 2015
On Mon, 2015-01-05 at 11:08 +0000, Andrew Haley wrote:
> >
> > 2) What was the last version of LLVM that anyone used to build
> Shark? The
> > latest gcc compiler complains about "#elif _MSC_VER" not being
> defined in the
> > llvm 3.4 headers. Changing it to "#elif defined(_MSC_VER)" solves
> the problem.
I think I pushed a patch to address this on JDK9, I remember it was
backported to 8 also, so Shark on 9 should buildable with llvm 3.4 and
3.2.
I think the patch was here:
I'm CC'ing Severin that took over most of my work there, maybe he knows
something more.
Cheers,
Mario
More information about the distro-pkg-dev
mailing list