JeffersonLab / qdp-jit

Other
3 stars 7 forks source link

`LLD_HAS_DRIVER` blocks compilation #25

Closed SaltyChiang closed 6 months ago

SaltyChiang commented 6 months ago

The line here blocks compilation with ROCm based on LLVM 15. It seems that LLD_HAS_DRIVER is only available after LLVM 17.

https://github.com/JeffersonLab/qdp-jit/blob/e4362392a20c60a680cfb15d152bb3e533f9a487/lib/qdp_llvm.cc#L183-L185

fwinter commented 6 months ago

Yes, I was aware. Fix pushed.