| commit | 71ce376b2f0100a545d7b7b6e54bef4cb0cd13df | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Mon Oct 12 16:16:39 2015 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Mon Oct 12 16:16:39 2015 +0000 |
| tree | 5c1b9d66a34082b709b55442824b6e82253df1b6 | |
| parent | b814ef1ad63e738325c3be9f36c607e1aab6060e [diff] |
[VFS] Let the user decide if they want path normalization. This is a more principled version of what I did earlier. Path normalization is generally a good thing, but may break users in strange environments, e. g. using lots of symlinks. Let the user choose and default it to on. This also changes adding a duplicated file into returning an error if the file contents are different instead of an assertion failure. Differential Revision: http://reviews.llvm.org/D13658 llvm-svn: 250060