Fix a bug in the dep analysis script.
authorZachary Turner <zturner@google.com>
Sat, 4 Mar 2017 01:31:29 +0000 (01:31 +0000)
committerZachary Turner <zturner@google.com>
Sat, 4 Mar 2017 01:31:29 +0000 (01:31 +0000)
commit8cb0a4901d69999c73ec6bc3df608db9ae35b415
tree024dea905e42151fc4c3c7c886f0afdb0929f231
parented96be99fa780edd51876f769b74252bfb2d8b1b
Fix a bug in the dep analysis script.

It wasn't always normalizing slashes correctly, so you'd end
up with the same thing in the map twice.

llvm-svn: 296947
lldb/scripts/analyze-project-deps.py