Re: [PATCH v2 5/7] configure: Use -fno-addrsig if possible

2023-02-09 Thread Mark Wielaard
Hi Ilya, On Wed, 2023-02-08 at 20:52 +0100, Ilya Leoshkevich wrote: > By default, clang produces .llvm_addrsig sections [1]. The GNU > toolchain does not know how to handle them yet [2], so just ask clang > not to generate them for the time being. > > [1] > https://llvm.org/docs/Extensions.html#

[PATCH v2 5/7] configure: Use -fno-addrsig if possible

2023-02-08 Thread Ilya Leoshkevich via Elfutils-devel
By default, clang produces .llvm_addrsig sections [1]. The GNU toolchain does not know how to handle them yet [2], so just ask clang not to generate them for the time being. [1] https://llvm.org/docs/Extensions.html#sht-llvm-addrsig-section-address-significance-table [2] https://gcc.gnu.org/bugzi