Re: llvm-16 and lang/python

2023-11-14 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > We need to disable optimization for python3 ports. Even with a fixed > path to libclang_rt.profile.etc, I get: > > ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol > '__profd_isdigit'; recompile with -fPIC I wanted to take a look at where thos

Re: llvm-16 and lang/python

2023-11-13 Thread Damien Miller
On Mon, 13 Nov 2023, Jeremie Courreges-Anglas wrote: > > We need to disable optimization for python3 ports. Even with a fixed > path to libclang_rt.profile.etc, I get: > > ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol > '__profd_isdigit'; recompile with -fPIC > > ok?

Re: llvm-16 and lang/python

2023-11-13 Thread Jeremie Courreges-Anglas
On Mon, Nov 13 2023, Jeremie Courreges-Anglas wrote: > We need to disable optimization for python3 ports. Even with a fixed > path to libclang_rt.profile.etc, I get: > > ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol > '__profd_isdigit'; recompile with -fPIC > > ok? The