summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/modules-cache-path-canonicalization.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix test on Windows. Only a single backslash was required, not a double.Douglas Yung2017-03-151-1/+1
| | | | llvm-svn: 297799
* Make a blind attempt to fix this testcase on Windows.Adrian Prantl2017-03-141-1/+1
| | | | llvm-svn: 297791
* Canonicalize the path provided by -fmodules-cache-path.Adrian Prantl2017-03-141-0/+30
This fixes lookup mismatches that could happen when the module cache path contained a '/./' component. <rdar://problem/30413458> Differential Revision: https://reviews.llvm.org/D30915 llvm-svn: 297790
OpenPOWER on IntegriCloud