| commit | 198034105d36c7006b9506572d365a43f0d66f3c | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Mar 11 22:41:45 2014 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Mar 11 22:41:45 2014 +0000 |
| tree | 5410988aadca93619d07f20502826346f38ac07b | |
| parent | dcd25e31a7387279da8bbe964652581f389784b4 [diff] |
lex: improve include handling on Linux for Windows Normalise the path separator character on non-windows platforms. Although this would work on Windows as well (most newer versions of Windows support either '/' or '\' as a path separator character), it could potentially cause problems with full UNC paths. This change enables the use of the Windows SDK on Linux which will not accept '\' as a path separator. llvm-svn: 203614