On Jul 25, 2013, at 12:28 PM, Richard Mitton <[email protected]> wrote:
> Hi all, > > I have a lldb patch I'm working on that requires changes to the LLVM code. I > was wondering what the general procedure is for doing stuff like this; do I > just submit my changes to the LLVM mainline first, and then submit an lldb > patch? I don't want to be in a situation where lldb has a patch approved but > it got rejected from LLVM... Get the LLVM patch approved and submitted first, then submit the LLDB changes. > Is lldb tied to a specific LLVM revision or are developers generally expected > to have latest? The latest top of tree llvm and clang is what we all use for development. > > Thanks, > -- > Richard Mitton > > [email protected] > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
