[Lldb-commits] [PATCH] D140051: [lldb] Add LTO dependency to lldb test suite
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 16 10:44:45 PST 2022
aprantl added a comment.
> Well that was my confusion, no there isn't an option. So how does one end up with a build that doesn't include it. Perhaps a standalone build of lldb, built with a prebuilt llvm that didn't package libLTO?
This is just about adding a dependency between lldb-test-deps and libLTO. If you just run `ninja check-lldb` prior to this patch libLTO would not be built. Now it is. This is not about a build setting, just about a build dependency. Without this dependency why would we expect libLTO get built?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140051/new/
https://reviews.llvm.org/D140051
More information about the lldb-commits
mailing list