diff options
author | jonmeow <46229924+jonmeow@users.noreply.github.com> | 2022-01-26 11:02:20 -0800 |
---|---|---|
committer | Geoffrey Martin-Noble <gcmn@google.com> | 2022-01-26 11:03:26 -0800 |
commit | 4691f00a63750b14970b71bc9dbb9bd04c8335a8 (patch) | |
tree | 7c638c413f76dae000355e25f62e6706f5abbc4c /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 216002c4bb708e6d6fd1895c8ea636470961f824 (diff) | |
download | llvm-4691f00a63750b14970b71bc9dbb9bd04c8335a8.zip llvm-4691f00a63750b14970b71bc9dbb9bd04c8335a8.tar.gz llvm-4691f00a63750b14970b71bc9dbb9bd04c8335a8.tar.bz2 |
Initialize terminfo.bzl linkopts to None
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.
Reviewed By: GMNGeoffrey
Differential Revision: https://reviews.llvm.org/D118270
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions