diff options
author | Lang Hames <lhames@gmail.com> | 2019-02-21 22:24:53 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-02-21 22:24:53 +0000 |
commit | ecfac6cd2ce0421a48c2e878e8efe745afd0b2e8 (patch) | |
tree | aca0fe54a8a8d966f2c58eff51ead330a3f7f855 /llvm/test/Examples | |
parent | 45eea20d2a8dbf2c5f383e8ae74e4b998057bdcc (diff) | |
download | bcm5719-llvm-ecfac6cd2ce0421a48c2e878e8efe745afd0b2e8.tar.gz bcm5719-llvm-ecfac6cd2ce0421a48c2e878e8efe745afd0b2e8.zip |
[Kaleidoscope] Re-enable Kaleidoscope tests.
These were disabled in r246267 (back in 2015). I suspect that the Win32 issues
that caused them to be disabled at the time have been resovlved, but if not
we can disable them again while we sort those out.
llvm-svn: 354630
Diffstat (limited to 'llvm/test/Examples')
-rw-r--r-- | llvm/test/Examples/lit.local.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Examples/lit.local.cfg b/llvm/test/Examples/lit.local.cfg index 462e3dc5d11..69bc11ee6b9 100644 --- a/llvm/test/Examples/lit.local.cfg +++ b/llvm/test/Examples/lit.local.cfg @@ -1 +1,2 @@ -config.unsupported = True +if not config.build_examples: + config.unsupported = True
\ No newline at end of file |