On 06/06/15 22:40, Thomas Sailer wrote:
Hello all,

I'm trying to get ghdl hg813 to work with llvm 3.6.

There are two problems compiling the compiler:

- replaceOperandWith now takes a Metadata * instead of Value *
- LinkInJIT no longer exists (and was a nop already in 3.5)

[...]

Does anyone have an idea what's wrong here?

The metadata has been reworked in llvm 3.6
I think that your change should work provided that debug info
generation is not enabled.  Try to remove -g from command line.

Ideally ghdl should use DIBuilder to generate debug info.  But
there is no C binding in LLVM, and I am not even sure that it has
the right features for ghdl.

Tristan.


_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to