Make isExtern() be a virtual function inherited from GlobalValue
[oota-llvm.git] / lib / Makefile
index bc292fc4062e1f582aa680580f9424000fc645dd..73caa73b85d55d0a7ef76d394d7619abe1274b11 100644 (file)
@@ -1,5 +1,6 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
+
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
 
 include $(LEVEL)/Makefile.common