Don't use literal slashes when concatenating paths in Python.
authorZachary Turner <zturner@google.com>
Fri, 3 Apr 2015 17:19:43 +0000 (17:19 +0000)
committerZachary Turner <zturner@google.com>
Fri, 3 Apr 2015 17:19:43 +0000 (17:19 +0000)
commiteaa9266ec516b66c4aba79988c67dad39357b59a
treeb7ed1eef4f69274ee643df4a7b3c0397f15a5a3c
parent1ad50ba966bcb1f628a30ab3782779c2e35c69b0
Don't use literal slashes when concatenating paths in Python.

This patch fixes the swig generation scripts to use os.path.join
instead, which produces correctly normalized paths for platforms
that don't use the standard forward slash separator.

llvm-svn: 234030
lldb/scripts/Python/finishSwigPythonLLDB.py
lldb/scripts/finishSwigWrapperClasses.py