[Lldb-commits] [PATCH] D61361: PluginInstructionARM: avoid unnecessary link
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 08:26:35 PDT 2019
labath added a comment.
My point is that we shouldn't need to differentiate between "link" dependencies and "other" dependencies, as it's not a well-defined boundary. It's easy to turn one into the other by moving things in or out of line. Hence my suggestion - move the required things into a different (new?) module.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61361/new/
https://reviews.llvm.org/D61361
More information about the lldb-commits
mailing list