[PATCH] D35789: [XRay][compiler-rt] Do not print the warning when the binary is not XRay instrumented.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 20:30:13 PDT 2017


dblaikie added a comment.

In https://reviews.llvm.org/D35789#822323, @dberris wrote:

> @dblaikie -- Added the test, and in the process learned that we haven't been building/running the unit tests because of some configuration problems. I've added the required changes here too.


I'm guessing a bunch of the changes in here are fixes for tests that were broken but never running? Probably best to separate out the "make the tests run (& make them pass)" from the rest of this and commit it ahead of the rest. In case the functionality added has issues, needs to be reverted or dealt with in other ways, etc.


https://reviews.llvm.org/D35789





More information about the llvm-commits mailing list