[Bug 254001] 13.0-BETA llvm fails to link with -fprofile-instr-generate -fcoverage-mapping

2021-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254001

Dimitry Andric  changed:

   What|Removed |Added

 Status|New |Closed
 CC||d...@freebsd.org
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 254001] 13.0-BETA llvm fails to link with -fprofile-instr-generate -fcoverage-mapping

2021-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254001

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch releng/13.0 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=64b30c36712edb44e9204e3a3436100024ffad18

commit 64b30c36712edb44e9204e3a3436100024ffad18
Author: Dimitry Andric 
AuthorDate: 2021-03-05 20:06:05 +
Commit: Dimitry Andric 
CommitDate: 2021-03-09 20:57:51 +

Add a few missed files to libclang_rt.profile-.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.

Approved by:re (gjb)
Reported by:o...@j.email.ne.jp
PR: 254001

(cherry picked from commit 772c631af81abdb6d498d972bab79d04d3db16d0)
(cherry picked from commit 3f684107ef6e41b03a47d64d6e31cebc823d7448)

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 254001] 13.0-BETA llvm fails to link with -fprofile-instr-generate -fcoverage-mapping

2021-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254001

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3f684107ef6e41b03a47d64d6e31cebc823d7448

commit 3f684107ef6e41b03a47d64d6e31cebc823d7448
Author: Dimitry Andric 
AuthorDate: 2021-03-05 20:06:05 +
Commit: Dimitry Andric 
CommitDate: 2021-03-09 20:25:16 +

Add a few missed files to libclang_rt.profile-.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:o...@j.email.ne.jp
PR: 254001

(cherry picked from commit 772c631af81abdb6d498d972bab79d04d3db16d0)

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"