This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
c2b975a75c
llvm-project
/
llvm
/
test
/
Examples
/
lit.local.cfg
2 lines
86 B
INI
Raw
Normal View
History
Unescape
Escape
Fix a think-o in the disable-kaleidoscope-tests-on-windows predicate of r354646. llvm-svn: 354650
2019-02-22 11:56:50 +08:00
if not config.build_examples or sys.platform in ['win32']:
[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
2019-02-22 06:24:53 +08:00
config.unsupported
=
True