Only normalize FileSpec paths *after* resolving them.
authorZachary Turner <zturner@google.com>
Mon, 1 Dec 2014 23:13:32 +0000 (23:13 +0000)
committerZachary Turner <zturner@google.com>
Mon, 1 Dec 2014 23:13:32 +0000 (23:13 +0000)
commitc7a17ed460928c5094dff6e7b5862ba507ff6f37
treea5b874f23f00bb0411c4fde2000dd5aa51f667f5
parent719f58c22880382fb1669c6a517b112bbc3a2fb7
Only normalize FileSpec paths *after* resolving them.

Normalizing paths before resolving them can cause the path to
become denormalized after resolution.

llvm-svn: 223087
lldb/source/Host/common/FileSpec.cpp