This is an archive of the discontinued LLVM Phabricator instance.

Add framework for iterative compilation to clang
Needs ReviewPublic

Authored by zoran.jovanovic on Aug 20 2015, 10:45 AM.

Details

Reviewers
atrick
hfinkel
Summary

This patch adds command line option for iterative compilation, as well
as the code that invokes clang iteratively.
Communication between multiple runs is done over temporary files.

Diff Detail

Event Timeline

zoran.jovanovic retitled this revision from to Add framework for iterative compilation to clang.
zoran.jovanovic updated this object.

This patch needs to be applied along with the patch for llvm.
See http://reviews.llvm.org/D12199 for more details.

As suggested new revision created for this patch,
previous patch versions can be found here:
http://reviews.llvm.org/D4724

Updated to follow new revision of patch for iterative compilation in llvm:
http://reviews.llvm.org/D12199

New patch version that corresponds to latest version of:
http://reviews.llvm.org/D12199

New patch version rebased to r256194.
Any comments to this work?