]> granicus.if.org Git - clang/commit
[XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1
authorDean Michael Berris <dberris@google.com>
Fri, 21 Sep 2018 08:32:49 +0000 (08:32 +0000)
committerDean Michael Berris <dberris@google.com>
Fri, 21 Sep 2018 08:32:49 +0000 (08:32 +0000)
commitd1a487bb6cc2e427dbf06b0218893e841891b9c1
tree7ce88cc03698243ac1b7b3fd03fefe90463dc69d
parentba1471ee7533f76741d2e4718cd83fc64313dc21
[XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1

Summary:
Add a test and ensure that we propagate the
-fxray-instrumentation-bundle flag from the driver invocation to the
-cc1 options.

Reviewers: mboerger, tejohnson

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342715 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/XRayInstr.h
lib/Driver/XRayArgs.cpp
test/Driver/XRay/xray-instrumentation-bundles-flags.cpp [new file with mode: 0644]