[Bug 258494] lang/erlang lang/erlang-runtime21 lang/erlang-runtime23: clang 13 build breaks dtrace if PGO is enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Oct 2021 11:52:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258494

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #2 from Dimitry Andric <dim@FreeBSD.org> ---
Unless somebody objects, I will commit a change tomorrow, that effectively
adds:

--- a/erts/configure.in
+++ b/erts/configure.in
...
@@ -704,6 +719,9 @@ else
   fi
 fi

+dnl Disable pgo for now
+USE_PGO=false
+
 AC_SUBST(USE_PGO)
 AC_SUBST(PROFILE_COMPILER)

to the affected erlang ports. This will work around the dtrace failures, until
somebody with dtrace knowledge can pick it up again.

-- 
You are receiving this mail because:
You are the assignee for the bug.