Reserve space for PHI operands
[oota-llvm.git] / lib / CodeGen / Makefile
index 1c0e390088a6518343bf1ff63b8e6112e8044529..224ac0c4c83de4a577431c08e6bc876cbb04b99e 100644 (file)
@@ -1,4 +1,5 @@
 LEVEL = ../..
-DIRS  = TargetMachine InstrSelection InstrSched
+PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
+LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common