[Lldb-commits] [PATCH] D89156: [lldb] GetSharedModule: Collect old modules in SmallVector

Joseph Tremoulet via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 29 07:43:25 PST 2021


JosephTremoulet added a subscriber: tstellar.
JosephTremoulet added a comment.

Oh, I see.  I made this change in the master branch and then ported it to the release/11.x branch.  It changed the signature of a virtual method, which had a couple more overrides in the release/11.x branch, and when I ported the change I didn't realize those other overrides existed.  So now the release/11.x builds that include those overrides (btw, what build flags are needed to include those?) are broken.  I'm not sure what the options are now that 11.0.1 has been released and 11.1.0 is at rc2 -- @tstellar, thoughts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89156



More information about the lldb-commits mailing list