Some distribution install libraries under lib64. LLVM supports this through LLVM_LIBDIR_SUFFIX, have bolt do the same.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
@serge-sans-paille Some distributions's gcc multilib scheme uses lib64. For llvm-project's libraries, it does not necessarily use lib64. I'd pretty strongly object to complicate things with LLVM_LIBDIR_SUFFIX. Actually LLVM_LIBDIR_SUFFIX should use go away.
Comment Actions
@MaskRay I have no personnal attachment to LLVM_LIBDIR_SUFFIX :-) It's just there,a nd used at least of Fedora packaging, so this patch makes its use consistent. I would be happy if we moved to GNUInstallDir all the way. If that's what you had in mind I can give it a try.
Comment Actions
OK:) If Fedora uses LLVM_LIBDIR_SUFFIX=64. You may check whether it works with an empty LLVM_LIBDIR_SUFFIX.