[PATCH] D118270: Initialize terminfo.bzl linkopts to None

Jon Perkins via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 09:52:03 PST 2022


jonmeow added a comment.

The underlying issue here is that line 125 checks if `linkopts` was assigned (by line 120) but it's not initialized, so that becomes a crash. This was noticed by someone trying to use Docker, so no terminfo library installed.

Sorry if I'm doing something wrong here, I'm new to phabricator.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118270/new/

https://reviews.llvm.org/D118270



More information about the llvm-commits mailing list