Page MenuHomePhabricator
Feed Advanced Search

Feb 5 2023

myfreeweb added a comment to D113443: [FreeBSD] avoid marking __stack_chk_guard symbol as dso_local on PPC64.

Encountering this as well with llvm16, decided to research this bit:

Feb 5 2023, 11:38 AM · Restricted Project, Restricted Project

Feb 3 2023

myfreeweb updated myfreeweb.
Feb 3 2023, 11:18 AM

Oct 23 2021

myfreeweb added a comment to D77776: [Driver] Default to libc++ on FreeBSD.

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

myfreeweb added a comment to D77776: [Driver] Default to libc++ on FreeBSD.
In D77776#2187273, @dim wrote:
+#ifdef __FreeBSD__
+	  return __FreeBSD_version / 100000;
+#else
+	  return 10;
+#endif

No, 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
myfreeweb added a comment to D77776: [Driver] Default to libc++ on FreeBSD.

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

myfreeweb added a comment to D74765: [compiler-rt] Addd FreeBSD arm64 sanitizer support.

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
myfreeweb added a comment to D32172: Port asan to FreeBSD AArch64.

Looks like D74765 is the new version of this.

Apr 25 2020, 9:00 AM

Apr 11 2020

myfreeweb added a comment to D77776: [Driver] Default to libc++ on FreeBSD.

But the default should indeed be either the host version

Apr 11 2020, 3:42 AM · Restricted Project