[Lldb-commits] [PATCH] D17107: [lldb] Unicode support on Win32

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 17 14:37:56 PDT 2016


zturner added a comment.

I'm not sure what your source tree layout looks like, but this isn't applying for me.  All your paths have "trunk" in front of them, which is a little unusual in the directory structure is supposed to be something like this:

  llvm
    tools
      lldb
        source

And I would apply the patch inside of the `lldb` directory.  But yours appears to look like this:

  lldb
    trunk
      source

So it doesn't apply.


http://reviews.llvm.org/D17107





More information about the lldb-commits mailing list