Taints relaxed loads to enforce load/store ordering
[oota-llvm.git] / unittests / Makefile
index 43592a1e5eaad9c4423a5731e65f5eb4925193f9..bf2ed22efea78e9958d68ac2f354878827674a53 100644 (file)
@@ -8,13 +8,13 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ..
-include $(LEVEL)/Makefile.config
 
-LIBRARYNAME = UnitTestMain
-BUILD_ARCHIVE = 1
-CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
-CPP.Flags += -Wno-variadic-macros
+PARALLEL_DIRS = ADT Analysis AsmParser Bitcode CodeGen DebugInfo \
+                ExecutionEngine IR LineEditor Linker MC Option ProfileData \
+                Support Transforms
 
-PARALLEL_DIRS = ADT
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
-include $(LEVEL)/Makefile.common
+clean::
+       $(Verb) $(RM) -f *Tests