[all-commits] [llvm/llvm-project] b41bb6: [Driver] Default to contemporary FreeBSD profiling...
Ed Maste via All-commits
all-commits at lists.llvm.org
Wed Dec 15 06:07:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b41bb6c1b715da77025962f736740c78128c78e1
https://github.com/llvm/llvm-project/commit/b41bb6c1b715da77025962f736740c78128c78e1
Author: Ed Maste <emaste at FreeBSD.org>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/test/Driver/freebsd.cpp
Log Message:
-----------
[Driver] Default to contemporary FreeBSD profiling behaviour
Prior to FreeBSD 14, FreeBSD provided special _p.a libraries for use
with -pg. They are no longer used or provided. If the target does
not specify a major version (e.g. amd64-unknown-freebsd, rather than
amd64-unknown-freebsd12) default to the new behaviour.
Differential Revision: https://reviews.llvm.org/D114396
More information about the All-commits
mailing list