commit | 43b5f9312d56be400af031f7487a99b75b7b0f97 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 24 20:43:08 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 24 20:43:08 2010 +0000 |
tree | 97548e9472c7523c5cfb0ceb63304b2c65daceed | |
parent | c0f8a361f5dc93f0817411ef17af57b0d3fe60b6 [diff] [blame] |
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94378 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index e417435..656f5e2 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)