This is an archive of the discontinued LLVM Phabricator instance.

[Tooling] Restore working dir in ClangTool.
ClosedPublic

Authored by ilya-biryukov on Sep 10 2018, 9:14 AM.

Details

Summary

And add an option to disable this behavior. The option is only used in
AllTUsExecutor to avoid races when running concurrently on multiple
threads.

This fixes PR38869 introduced by r340937.

Diff Detail

Repository
rC Clang