[PATCH] D73842: [xray][clang] Always add xray-skip-entry/exit and xray-ignore-loops attrs

Ian Levesque via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 13:55:07 PST 2020


ianlevesque added a comment.

In D73842#1869890 <https://reviews.llvm.org/D73842#1869890>, @smeenai wrote:

> Is it worth adding a test that a function with an explicit xray-instrument attribute also has these other attributes applied?


The existing tests from when the feature was added covered that case well. It was the driver passing the flag and the case without the xray-instrument attribute that weren't working.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73842/new/

https://reviews.llvm.org/D73842





More information about the cfe-commits mailing list