Skip to content

Conversation

@JohanEngelen
Copy link
Member

https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fdebug-prefix-map

This is required to have reproducible builds without remapping the source code directory to a fixed location (for example in Bazel, where the source code for every build action will end up in a sandbox directory with some hash in the path name).

Try to keep the implementation as close as possible to what clang does.

Originally implemented by Ilya, modified and expanded by Johan.

…/dir names.

This is required to have reproducible builds without remapping the source code directory to a fixed location (for example in Bazel, where the source code for every build action will end up in a sandbox directory with some hash in the path name).

Try to keep the implementation as close as possible to what clang does.
@JohanEngelen
Copy link
Member Author

I guess the test timeouts mean that indeed this now takes a lot of compile time to generate file info. Will implement a caching mechanism

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants