[PATCH] D30388: [XRay] Add -fxray-{always, never}-instrument= flags to clang
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 29 17:09:34 PDT 2017
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: include/clang/Driver/XRayArgs.h:22
+class XRayArgs {
+ std::vector<std::string> AlwaysInstrumenFiles;
+ std::vector<std::string> NeverInstrumentFiles;
----------------
Any reason to omit the 't' in "InstrumentFiles"?
https://reviews.llvm.org/D30388
More information about the cfe-commits
mailing list