Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Mar 2021 20:26:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 254001] 13.0-BETA llvm fails to link with -fprofile-instr-generate -fcoverage-mapping
Message-ID:  <bug-254001-29464-bE7PASHDz0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254001-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254001-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254001

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3f684107ef6e41b03a47d64d6e31cebc8=
23d7448

commit 3f684107ef6e41b03a47d64d6e31cebc823d7448
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-03-05 20:06:05 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-03-09 20:25:16 +0000

    Add a few missed files to libclang_rt.profile-<arch>.a

    Otherwise, programs compiled with -fprofile-instr-generate will
    encounter undefined symbol errors during linking, for example
    __llvm_profile_counter_bias, lprofSetRuntimeCounterRelocation and a few
    others were missing from the profile library.

    Reported by:    ota@j.email.ne.jp
    PR:             254001

    (cherry picked from commit 772c631af81abdb6d498d972bab79d04d3db16d0)

 lib/libclang_rt/profile/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254001-29464-bE7PASHDz0>