Try building Enzyme_jll for Windows and LLVM 16
@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
cc: @gbaraldi
Apparently I spelled it wrong originally
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
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?
replaced by #8902