This revision was automatically updated to reflect the committed changes.
Closed by commit rC342715: [XRay][clang] Propagate
-fxray-instrumentation-bundle to -cc1 (authored by dberris, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52342?vs=166410&id=166412#toc
Repository:
mboerger accepted this revision.
mboerger added a comment.
LGTM
https://reviews.llvm.org/D52342
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
dberris updated this revision to Diff 166410.
dberris added a comment.
Move the test to the driver, more appropriate location.
https://reviews.llvm.org/D52342
Files:
clang/include/clang/Basic/XRayInstr.h
clang/lib/Driver/XRayArgs.cpp
clang/test/Driver/XRay/xray-instrumentation-bundles-fla
mboerger accepted this revision.
mboerger added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D52342
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/c
dberris created this revision.
dberris added reviewers: mboerger, tejohnson.
Add a test and ensure that we propagate the
-fxray-instrumentation-bundle flag from the driver invocation to the
-cc1 options.
https://reviews.llvm.org/D52342
Files:
clang/include/clang/Basic/XRayInstr.h
clang/lib/