Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tc_build: llvm: Handle removal of LLVM_ENABLE_TERMINFO #272

Conversation

nathanchance
Copy link
Member

LLVM_ENABLE_TERMINFO has been removed in tip of tree LLVM, so we need to stop adding it unconditionally to avoid a warning from CMake during configuration.

CMake Warning:
  Manually-specified variables were not used by the project:

    LLVM_ENABLE_TERMINFO

Link: llvm/llvm-project@6bf450c

LLVM_ENABLE_TERMINFO has been removed in tip of tree LLVM, so we need to
stop adding it unconditionally to avoid a warning from CMake during
configuration.

  CMake Warning:
    Manually-specified variables were not used by the project:

      LLVM_ENABLE_TERMINFO

Link: llvm/llvm-project@6bf450c
Signed-off-by: Nathan Chancellor <[email protected]>
@msfjarvis msfjarvis merged commit c2077a3 into ClangBuiltLinux:main May 30, 2024
7 checks passed
@msfjarvis msfjarvis deleted the handle-llvm_enable_terminfo-removal branch May 30, 2024 18:44
onettboots pushed a commit to onettboots/boolx-clang-build that referenced this pull request Oct 25, 2024
…enable_terminfo-removal

tc_build: llvm: Handle removal of LLVM_ENABLE_TERMINFO

Signed-off-by: onettboots <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants