[WinEH] Clone funclets with multiple parents
[oota-llvm.git] / lib / CodeGen / Makefile
index 29158e2dde787390cbe34c273dfb07334c7814b1..96f7ca58513875b53febb3679938d5d3c34e41a8 100644 (file)
@@ -1,15 +1,15 @@
 ##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 LIBRARYNAME = LLVMCodeGen
-PARALLEL_DIRS = SelectionDAG AsmPrinter
+PARALLEL_DIRS = SelectionDAG AsmPrinter MIRParser
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common