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
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
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
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