Skip to content

Commit

Permalink
[Kaleidoscope] Re-enable Kaleidoscope tests.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lhames committed Feb 21, 2019
1 parent 45eea20 commit ecfac6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions llvm/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ llvm_canonicalize_cmake_booleans(
LLVM_LINK_LLVM_DYLIB
LLVM_TOOL_LTO_BUILD
LLVM_USE_INTEL_JITEVENTS
LLVM_BUILD_EXAMPLES
)

configure_lit_site_cfg(
Expand Down
3 changes: 2 additions & 1 deletion llvm/test/Examples/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
config.unsupported = True
if not config.build_examples:
config.unsupported = True
1 change: 1 addition & 0 deletions llvm/test/lit.site.cfg.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ config.have_zlib = @HAVE_LIBZ@
config.have_libxar = @HAVE_LIBXAR@
config.have_dia_sdk = @LLVM_ENABLE_DIA_SDK@
config.enable_ffi = @LLVM_ENABLE_FFI@
config.build_examples = @LLVM_BUILD_EXAMPLES@
config.enable_threads = @LLVM_ENABLE_THREADS@
config.build_shared_libs = @BUILD_SHARED_LIBS@
config.link_llvm_dylib = @LLVM_LINK_LLVM_DYLIB@
Expand Down

0 comments on commit ecfac6c

Please sign in to comment.