X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FMakefile.unittest;fp=unittests%2FMakefile.unittest;h=656f5e2f412a35a724c0f4823f05de6e4d1b558f;hp=e4174355ed7520393cfb881ed0de4d32db3d632e;hb=43b5f9312d56be400af031f7487a99b75b7b0f97;hpb=c0f8a361f5dc93f0817411ef17af57b0d3fe60b6 diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index e4174355ed7..656f5e2f412 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -14,6 +14,8 @@ # Set up variables for building a unit test. ifdef TESTNAME +REQUIRES_RTTI = 1 + include $(LEVEL)/Makefile.common LLVMUnitTestExe = $(BuildMode)/$(TESTNAME)Tests$(EXEEXT)