The MD5 is checked since r197755 which is as good as comparing buffer contents
in this context.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197842
91177308-0d34-0410-b5e6-
96231b3b80d8
REnd = PreprocessorOpts.remapped_file_buffer_end();
!AnyFileChanged && R != REnd;
++R) {
- // FIXME: Should we actually compare the contents of file->buffer
- // remappings?
OverriddenFiles[R->first] =
PreambleFileHash::createForMemoryBuffer(R->second);
}