mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 03:56:06 +00:00

- The whole {File,Source}Manager is built around wanting to pre-determine the size of files, so we can't fit this in naturally. Instead, we handle it like we do STDIN, where we just replace the main file contents upfront. llvm-svn: 167419