[PATCH] D12200: Add framework for iterative compilation to clang

Zoran Jovanovic via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 10:45:11 PDT 2015


zoran.jovanovic created this revision.
zoran.jovanovic added reviewers: hfinkel, atrick, chandlerc.
zoran.jovanovic added subscribers: cfe-commits, yaron.keren, petarj, Atlantic777, Radovan.Obradovic.

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.

http://reviews.llvm.org/D12200

Files:
  include/clang/Driver/Compilation.h
  include/clang/Driver/Driver.h
  include/clang/Driver/Options.td
  lib/CodeGen/BackendUtil.cpp
  lib/Driver/Driver.cpp
  lib/Driver/Tools.cpp
  tools/driver/driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12200.32711.patch
Type: text/x-patch
Size: 12740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150820/123a3e37/attachment-0001.bin>


More information about the cfe-commits mailing list