build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveraged

by Clang.

llvm-svn: 124871
This commit is contained in:
Daniel Dunbar 2011-02-04 17:12:18 +00:00
parent c89a150d94
commit f9647c1760

View File

@ -14,7 +14,9 @@
# Set up variables for building a unit test.
ifdef TESTNAME
ifndef MAKEFILE_UNITTEST_NO_INCLUDE_COMMON
include $(LEVEL)/Makefile.common
endif
LLVMUnitTestExe = $(BuildMode)/$(TESTNAME)Tests$(EXEEXT)