[Lldb-commits] [PATCH] D28775: [cmake] Make lldb build with the android ndk toolchain file

2017-01-16 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: tberghammer, danalbert. labath added a subscriber: lldb-commits. Herald added subscribers: mgorny, srhines. The NDK cmake toolchain file defines CMAKE_SYSTEM_NAME=Android, so switch the build to use that. I have also updated the in-tree toolcha

[Lldb-commits] [lldb] r292106 - Fix windows unit tests

2017-01-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jan 16 06:15:42 2017 New Revision: 292106 URL: http://llvm.org/viewvc/llvm-project?rev=292106&view=rev Log: Fix windows unit tests The unit test I added in the previous commit discovered a bug in PrependPathComponent on windows -- it was calling SetFile with the host nati

[Lldb-commits] [PATCH] D28677: FileSpec: Fix PrependPathComponent("/")

2017-01-16 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL292100: FileSpec: Fix PrependPathComponent("/") (authored by labath). Changed prior to commit: https://reviews.llvm.org/D28677?vs=84294&id=84529#toc Repository: rL LLVM https://reviews.llvm.org/D286

[Lldb-commits] [lldb] r292100 - FileSpec: Fix PrependPathComponent("/")

2017-01-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jan 16 04:07:02 2017 New Revision: 292100 URL: http://llvm.org/viewvc/llvm-project?rev=292100&view=rev Log: FileSpec: Fix PrependPathComponent("/") Summary: PrependPathComponent was unconditionally inserting path separators between the path components. This is not correct