Taints relaxed loads to enforce load/store ordering
[oota-llvm.git] / unittests / Makefile
index 36b82da9e6028ea4b2081acb419768f9887481ff..bf2ed22efea78e9958d68ac2f354878827674a53 100644 (file)
@@ -9,10 +9,12 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
-               Option Support Transforms
+PARALLEL_DIRS = ADT Analysis AsmParser Bitcode CodeGen DebugInfo \
+                ExecutionEngine IR LineEditor Linker MC Option ProfileData \
+                Support Transforms
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
        $(Verb) $(RM) -f *Tests