]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
clang: stop linking _p libs for -pg as of FreeBSD 14
authorEd Maste <emaste@FreeBSD.org>
Sat, 26 Jun 2021 23:58:16 +0000 (19:58 -0400)
committerEd Maste <emaste@FreeBSD.org>
Sun, 11 Jul 2021 23:29:51 +0000 (19:29 -0400)
commitd004f3428f9532837275b0b8e2458dc56f2aab7c
treec28463c7ebe7b3034ac36be521b38775a1d201ed
parent0f82fd0714a9e6faabb0fead2c3b1e42444c1400
clang: stop linking _p libs for -pg as of FreeBSD 14

In FreeBSD 14 we will stop providing _p libraries (compiled with -pg).

[Note this is controlled by the target version.  There is no change for
FreeBSD <= 13.]

Reviewed by: dim (upstream)
Obtained from: LLVM 699d47472c3f
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30861

(cherry picked from commit b762974cf4b9ea77f1decf4a6d829372f0a97f75)
contrib/llvm-project/clang/lib/Driver/ToolChains/FreeBSD.cpp