This is an archive of the discontinued LLVM Phabricator instance.

[Tooling] Don't deduplicate tool results in the All-TUs executor.
ClosedPublic

Authored by ioeric on Jan 16 2018, 9:54 AM.

Details

Summary

As result deduplication or reduction is not supported in the framework,
we should leave the deplication to tools (if needed) until the framework supports it.

Diff Detail

Repository
rC Clang