aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2017-07-11 11:37:35 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2017-07-11 11:37:35 +0000
commit54df93d60eab2b7ac0e7494eea63c77cf11c3571 (patch)
tree1ad7441bc1a0ea994f961da905bf4b1cf846054e /llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
parentd99c406e3d39b747566f6a5b4bd30f71cf46759a (diff)
downloadllvm-54df93d60eab2b7ac0e7494eea63c77cf11c3571.zip
llvm-54df93d60eab2b7ac0e7494eea63c77cf11c3571.tar.gz
llvm-54df93d60eab2b7ac0e7494eea63c77cf11c3571.tar.bz2
[Polly][CMake] Skip unit-tests in lit if gtest is not available
Summary: There is a bug in the current lit configurations for the unittests. If gtest is not available, the site-config for the unit tests won't be generated. Because lit recurses through the test directory, the lit configuration for the unit tests will be discovered nevertheless, leading to a fatal error in lit. This patch semi-gracefully skips the unittests if gtest is not available. As a result, running lit now prints this: `warning: test suite 'Polly-Unit' contained no test`. If people think that this is too annoying, the alternative would be to pick apart the test directory, so that the lit testsuite discovery will always only find one configuration. In fact, both of these things could be combined. While it's certainly nice that running a single lit command runs all the tests, I suppose people use the `check-polly` make target over lit most of the time, so the difference might not be noticed. Reviewers: Meinersbur, grosser Reviewed By: grosser Subscribers: mgorny, bollu, pollydev, llvm-commits Tags: #polly Differential Revision: https://reviews.llvm.org/D34053 llvm-svn: 307651
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyInstructions.cpp')
0 files changed, 0 insertions, 0 deletions