Encountering this as well with llvm16, decided to research this bit:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 5 2023
Feb 5 2023
myfreeweb added a comment to D113443: [FreeBSD] avoid marking __stack_chk_guard symbol as dso_local on PPC64.
Feb 3 2023
Feb 3 2023
Oct 23 2021
Oct 23 2021
It's been over a year and no solutions have been merged! The problem just popped up again in Firefox after a pull. With clang 13.0, and the discussion above was before 11.0 release >_<
Oct 23 2021, 11:43 AM · Restricted Project
Jul 31 2020
Jul 31 2020
In D77776#2187273, @dim wrote:+#ifdef __FreeBSD__ + return __FreeBSD_version / 100000; +#else + return 10; +#endifNo, that would hardcode something at build time. We need to respect whatever triple the user is passing in.
Jul 31 2020, 6:10 AM · Restricted Project
ping. can we get *some* solution to this included in llvm 11.0 final release?
Jul 31 2020, 5:07 AM · Restricted Project
Apr 25 2020
Apr 25 2020
With TBI enabled in the system, HWASAN should also work, I've had it running some time ago
Apr 25 2020, 9:32 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
Looks like D74765 is the new version of this.
Apr 11 2020
Apr 11 2020
But the default should indeed be either the host version
Apr 11 2020, 3:42 AM · Restricted Project