]> granicus.if.org Git - clang/commit
Add Xray instrumentation compile-time/link-time support to FreeBSD
authorKamil Rytarowski <n54@gmx.com>
Thu, 15 Feb 2018 14:12:21 +0000 (14:12 +0000)
committerKamil Rytarowski <n54@gmx.com>
Thu, 15 Feb 2018 14:12:21 +0000 (14:12 +0000)
commitf6a1597528b86d802110378aa865e9833edc6600
tree546e79b70afdae9bf912bd0ceb0db37941af684f
parent1c1f7b61b19dcf2f8f6dff01d25eeee7f306129e
Add Xray instrumentation compile-time/link-time support to FreeBSD

Summary: Similarly to the GNU driver version, adding proper compile and linker flags.

Patch by: David CARLIER

Reviewers: vitalybuka, krytarowski, dberris

Reviewed By: krytarowski, dberris

Subscribers: emaste, dberris, cfe-commits

Differential Revision: https://reviews.llvm.org/D43279

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325238 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/FreeBSD.cpp