This is an archive of the discontinued LLVM Phabricator instance.

Add framework for iterative compilation to clang
Needs ReviewPublic

Authored by Radovan.Obradovic on Jul 30 2014, 8:08 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

Radovan.Obradovic updated this revision to Diff 12031.EditedJul 30 2014, 8:08 AM
Radovan.Obradovic retitled this revision from to Add framework for iterative compilation to clang.
Radovan.Obradovic updated this object.
Radovan.Obradovic edited the test plan for this revision. (Show Details)
Radovan.Obradovic set the repository for this revision to rL LLVM.
Radovan.Obradovic added subscribers: Unknown Object (MLST), petarj, zoran.jovanovic.

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

This is the new version of the patch which adds support for the iterative compilation to clang.

chandlerc resigned from this revision.Mar 29 2015, 12:58 PM
chandlerc removed a reviewer: chandlerc.

The patch is updated to be consistent with the patch for IC for LLVM.

This patch can now be abandoned, as an updated version is available at http://reviews.llvm.org/D12200 .