]> granicus.if.org Git - clang/commit
[modules] Instead of storing absolute paths in a .pcm file, store the path to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 5 Dec 2014 02:33:27 +0000 (02:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 5 Dec 2014 02:33:27 +0000 (02:33 +0000)
commitaddfc6605e182cf8ca385653651ce1df777c1d99
tree57c76e16eb5e04e0e245002eca47f2787111a95e
parentb3f723284dd7fd4d3ae9a0dcc99de8cfbc211cc4
[modules] Instead of storing absolute paths in a .pcm file, store the path to
the root of the module and use paths relative to that directory wherever
possible. This is a step towards allowing explicit modules to be relocated
without being rebuilt, which is important for some kinds of distributed builds,
for good paths in diagnostics, and for appropriate .d output.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223443 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
include/clang/Serialization/Module.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderInternals.h
lib/Serialization/ASTWriter.cpp