summaryrefslogtreecommitdiff
path: root/lib/xray/xray_never_instrument.txt
AgeCommit message (Collapse)Author
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
Summary: This change introduces two files that show exaples of the always/never instrument files that can be provided to clang. We don't add these as defaults yet in clang, which we can do later on (in a separate change). We also add a test that makes sure that these apply in the compiler-rt project tests, and that changes in clang don't break the expectations in compiler-rt. Reviewers: pelikan, kpw Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D34669 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@306502 91177308-0d34-0410-b5e6-96231b3b80d8