Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / utils / unittest / UnitTestMain / Makefile
index cec654f73afcc529cb5a859cf2640b6751fd8406..7bcb7249504925e943e06891c841f9dab59eaa5f 100644 (file)
@@ -11,7 +11,7 @@ LEVEL = ../../..
 
 include $(LEVEL)/Makefile.config
 
-LIBRARYNAME = UnitTestMain
+LIBRARYNAME = gtest_main
 BUILD_ARCHIVE = 1
 REQUIRES_RTTI = 1
 
@@ -27,4 +27,6 @@ ifneq ($(HAVE_PTHREAD), 1)
   CPP.Flags += -DGTEST_HAS_PTHREAD=0
 endif
 
+NO_INSTALL = 1
+
 include $(LEVEL)/Makefile.common