[PATCH] Add framework for iterative compilation to clang

Radovan Obradovic Radovan.Obradovic at imgtec.com
Wed Jul 30 08:09:09 PDT 2014


Hi hfinkel, atrick, chandlerc,

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/D4724

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: D4724.12031.patch
Type: text/x-patch
Size: 17472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140730/431f918b/attachment.bin>


More information about the cfe-commits mailing list