aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorJulien Lerouge <jlerouge@apple.com>2009-10-26 20:01:35 +0000
committerJulien Lerouge <jlerouge@apple.com>2009-10-26 20:01:35 +0000
commitf974aca5c3b657b93fd45aead3fba00100652b23 (patch)
tree68959890b82fd0e1a66e382ff616a8acc6a36361 /unittests
parentc3f1ce99a96866828eaeb5f97bf4f423db2a553e (diff)
downloadexternal_llvm-f974aca5c3b657b93fd45aead3fba00100652b23.zip
external_llvm-f974aca5c3b657b93fd45aead3fba00100652b23.tar.gz
external_llvm-f974aca5c3b657b93fd45aead3fba00100652b23.tar.bz2
Remove / use flags that are now set in the Makefile.config.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Makefile.unittest2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest
index 76051e4..e417435 100644
--- a/unittests/Makefile.unittest
+++ b/unittests/Makefile.unittest
@@ -19,7 +19,7 @@ include $(LEVEL)/Makefile.common
LLVMUnitTestExe = $(BuildMode)/$(TESTNAME)Tests$(EXEEXT)
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
-CPP.Flags += -Wno-variadic-macros
+CPP.Flags += $(NO_VARIADIC_MACROS)
TESTLIBS = -lGoogleTest -lUnitTestMain
$(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths)