[LLVMdev] how compile subproject

Gergö Barany gergo at complang.tuwien.ac.at
Mon May 7 02:20:32 PDT 2012


On Thu, May 03, 2012 at 22:34:32 -0700, Beckert Frey wrote:
> is it possible to compile just an subproject? For example, just llc or lli?

When I only change something in code generation, I use a command like this:
  make -C $builddir/lib/CodeGen/ && make install -C $builddir/tools/llc/

-- 
Gergö Barany, research assistant                 gergo at complang.tuwien.ac.at
Institute of Computer Languages      http://www.complang.tuwien.ac.at/gergo/
Vienna University of Technology                       Tel: +43-1-58801-58522
Argentinierstrasse 8/E185, 1040 Wien, Austria         Fax: +43-1-58801-18598




More information about the llvm-dev mailing list