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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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
Comment Actions
Updated to follow new revision of patch for iterative compilation in llvm:
http://reviews.llvm.org/D12199
Comment Actions
New patch version that corresponds to latest version of:
http://reviews.llvm.org/D12199