Re: RFR: 8347347: Build fails undefined symbol: __asan_init by clang17

2025-01-16 Thread SendaoYan
On Wed, 15 Jan 2025 07:42:24 GMT, SendaoYan wrote: > Hi all, > This PR fix the bugs which build fails "undefined symbol: __asan_init" by > clang17 with configure parameter "--enable-asan". > With clang, [-static-libsan is the > default](https://github.com/google/sanitizers/issues/1086#issuecomm

Re: RFR: 8347347: Build fails undefined symbol: __asan_init by clang17

2025-01-15 Thread Julian Waters
On Wed, 15 Jan 2025 07:42:24 GMT, SendaoYan wrote: > Hi all, > This PR fix the bugs which build fails "undefined symbol: __asan_init" by > clang17 with configure parameter "--enable-asan". > With clang, [-static-libsan is the > default](https://github.com/google/sanitizers/issues/1086#issuecomm

Re: RFR: 8347347: Build fails undefined symbol: __asan_init by clang17

2025-01-15 Thread Erik Joelsson
On Wed, 15 Jan 2025 07:42:24 GMT, SendaoYan wrote: > Hi all, > This PR fix the bugs which build fails "undefined symbol: __asan_init" by > clang17 with configure parameter "--enable-asan". > With clang, [-static-libsan is the > default](https://github.com/google/sanitizers/issues/1086#issuecomm