Yggdrasil icon indicating copy to clipboard operation
Yggdrasil copied to clipboard

Try building Enzyme_jll for Windows and LLVM 16

Open vchuravy opened this issue 1 year ago • 1 comments

vchuravy avatar Mar 16 '24 21:03 vchuravy

@gbarald could you add this to your todo list? Otherwise the users of SciML won't be able to test against v1.11 on Windows

vchuravy avatar Mar 16 '24 22:03 vchuravy

cc: @gbaraldi

Apparently I spelled it wrong originally

vchuravy avatar Apr 22 '24 20:04 vchuravy

The issue here is supposedly that enzyme is using a internal LLVM symbol, except that there isn't a clear definition of that and it just gets hidden in windows now. I'll try and find some time for this

gbaraldi avatar Apr 23 '24 12:04 gbaraldi

The only errors I see are various undefined_symbol _pthread.... Maybe you need to copy over these lines from the LLVM build https://github.com/JuliaPackaging/Yggdrasil/blob/c21a0be7ea9ada3bfe7ea11edc425858d1a530e9/L/LLVM/common.jl#L337-L339 that were added for llvm 16?

Zentrik avatar Apr 26 '24 07:04 Zentrik

replaced by #8902

vchuravy avatar Jun 15 '24 17:06 vchuravy