[PATCH] D86234: [CMake] Always mark terminfo as unavailable on Windows

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 11:08:24 PDT 2020


phosek created this revision.
phosek added reviewers: haampie, smeenai, JDevlieghere.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
phosek requested review of this revision.

This addresses the issue introduced by D86134 <https://reviews.llvm.org/D86134>.


https://reviews.llvm.org/D86234

Files:
  llvm/cmake/config-ix.cmake


Index: llvm/cmake/config-ix.cmake
===================================================================
--- llvm/cmake/config-ix.cmake
+++ llvm/cmake/config-ix.cmake
@@ -175,6 +175,8 @@
         endif()
       endif()
     endif()
+  else()
+    set(LLVM_ENABLE_TERMINFO 0)
   endif()
 endif()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86234.286615.patch
Type: text/x-patch
Size: 294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/22e37479/attachment.bin>


More information about the llvm-commits mailing list