[all-commits] [llvm/llvm-project] 495f91: [CMake] Don't look for terminfo libs when LLVM_ENA...

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Aug 19 10:32:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 495f91fd33d492941c39424a32cf24bcfe192f35
      https://github.com/llvm/llvm-project/commit/495f91fd33d492941c39424a32cf24bcfe192f35
  Author: Petr Hosek <phosek at google.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M compiler-rt/cmake/config-ix.cmake
    M llvm/cmake/config-ix.cmake

  Log Message:
  -----------
  [CMake] Don't look for terminfo libs when LLVM_ENABLE_TERMINFO=OFF

D85820 introduced a bug where LLVM_ENABLE_TERMINFO was set to true when
the library was found, even when the user had set
-DLLVM_ENABLE_TERMINFO=OFF.

Patch By: haampie

Differential Revision: https://reviews.llvm.org/D86173




More information about the All-commits mailing list