summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/module-map-path-hash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Tighten up this test a bit.Sean Silva2015-09-021-5/+6
| | | | llvm-svn: 246702
* [modules] When explicitly building a module file, don't include timestamps inRichard Smith2015-08-171-1/+1
| | | | | | | the produced pcm file for stable file creation across distributed build systems. llvm-svn: 245199
* Enable accidentally-disabled tests.Sean Silva2015-07-301-2/+2
| | | | | | | I think I was isolating the failure in the last RUN: line during development, and forgot to re-enable the others. llvm-svn: 243624
* Avoid failure to canonicalize '..'.Sean Silva2015-07-301-0/+9
Also fix completely broken and untested code which was hiding the primary bug. The !LLVM_ON_UNIX branch of the ifdef was actually a no-op. I ran into this in the wild. It was causing failures in our SDK build. Ideally we'd have a perfect llvm::sys::fs::canonical, but at least this is a step in the right direction, and fixes an obviously broken case. In some sense the test case I've added here is an integration test. We should have these routines thoroughly unit tested in llvm::sys::fs. llvm-svn: 243597
OpenPOWER on IntegriCloud