[Lldb-commits] [PATCH] D133045: Partial fix for handling backticks in commands and aliases
Martin Storsjö via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 13 11:15:38 PDT 2022
mstorsjo added a comment.
This seems to break the build with GCC (tested with the system compiler GCC 9 on Ubuntu 20.04):
ld.lld: error: undefined symbol: lldb_private::CommandInterpreter::g_argument
>>> referenced by CommandAlias.cpp
>>> CommandAlias.cpp.o:(lldb_private::CommandAlias::GetAliasExpansion(lldb_private::StreamString&) const (.localalias)) in archive lib/liblldbInterpreter.a
(with lots more similar errors)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133045/new/
https://reviews.llvm.org/D133045
More information about the lldb-commits
mailing list