]> granicus.if.org Git - clang/commit
[XRay][clang] Allow clang to build XRay instrumented binaries in OpenBSD
authorDean Michael Berris <dberris@google.com>
Wed, 4 Apr 2018 12:47:49 +0000 (12:47 +0000)
committerDean Michael Berris <dberris@google.com>
Wed, 4 Apr 2018 12:47:49 +0000 (12:47 +0000)
commitfdc7eb8531f40320d3aef5e5f91310cb724005ea
tree99995ceaa6e1609afdd68c06c891d15c39b88121
parent333b2274e438c8df761bebcab3d340131b044bed
[XRay][clang] Allow clang to build XRay instrumented binaries in OpenBSD

Summary:
This patch was originally reviewed in D45126. It enables clang to add
the XRay runtime and the link-time dependencies for XRay instrumentation
in OpenBSD.

Landing for devnexen.

Reviewers: brad, dberris

Subscribers: dberris, krytarowski, cfe-commits

Author: devnexen

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

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