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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 17 22:34:06 PDT 2016


zturner added a comment.

The reason I mentioned `UNICODE` is because it's one of the main differences between pre-patch and post-patch.  It works for me pre-patch.  What command line are you passing to CMake?  Are you using MSVC 2015 Update 1 or initial release?

The other difference is that I'm compiling in Debug and you said you were compiling release.  Also I'm doing an x86 build of LLDB.  Can you try x86 debug build with MSVC 2015 Update 1 and see if it still succeeds for you?


http://reviews.llvm.org/D17107





More information about the lldb-commits mailing list