1.48 beta installer spuriously installing libLLVM.so, also into the incorrect location #78932
Closed
Description
opened on Nov 10, 2020
Since 1.48 beta, x.py install
is now installing libLLVM.so even when dynamically linking against the system one.
Not only that, the install path is unaware of the target architecture, which breaks during cross-compiling. I am not sure exactly what happens - possibly (a) the host is installed instead of the target or (b) both are installed, and the host clobbers the target - in any case the end result I observe is that the host-arch libLLVM.so ends up in the install directory instead of the target-arch one, which would be correct.
Activity