diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-03-20 20:14:03 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-03-20 20:14:03 +0000 |
| commit | 6043e0f7388225f0aa0624adf8b9e0c631259bd7 (patch) | |
| tree | cd462d67ae77685bec35270f02f08b2041b06dd0 /clang/test/Modules/Inputs/system-out-of-date/Z.h | |
| parent | 4b0cad0bb8731409c181f9a2cc9d266bb08321f9 (diff) | |
| download | bcm5719-llvm-6043e0f7388225f0aa0624adf8b9e0c631259bd7.tar.gz bcm5719-llvm-6043e0f7388225f0aa0624adf8b9e0c631259bd7.zip | |
Avoid these headers looking like the same file on a content-addressed file system.
llvm-svn: 298300
Diffstat (limited to 'clang/test/Modules/Inputs/system-out-of-date/Z.h')
| -rw-r--r-- | clang/test/Modules/Inputs/system-out-of-date/Z.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/system-out-of-date/Z.h b/clang/test/Modules/Inputs/system-out-of-date/Z.h index edcfa18f5af..5db801a509d 100644 --- a/clang/test/Modules/Inputs/system-out-of-date/Z.h +++ b/clang/test/Modules/Inputs/system-out-of-date/Z.h @@ -1 +1,2 @@ +// Z.h #import <Y.h> |

