Rename Instruction::hasSideEffects() -> mayWriteToMemory()
[oota-llvm.git] / lib / Transforms / Makefile
index 05bf1031443c21428773a8498015b02572a5ea21..09ae44f6107808d9b508c984891ca98516418fee 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
-DIRS = Instrumentation
-
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO
 LIBRARYNAME = transforms
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common