diff options
author | Julien Lerouge <jlerouge@apple.com> | 2009-10-26 20:01:35 +0000 |
---|---|---|
committer | Julien Lerouge <jlerouge@apple.com> | 2009-10-26 20:01:35 +0000 |
commit | d0c160e36c701af02f7bea8ec677ece6426fc559 (patch) | |
tree | 46ca1e52ff27ca41892d4e5a3e6ae2933e82baa9 /llvm/unittests/Makefile.unittest | |
parent | b614dd3fcbe9872d5549a660ec45084bc9944c34 (diff) | |
download | bcm5719-llvm-d0c160e36c701af02f7bea8ec677ece6426fc559.tar.gz bcm5719-llvm-d0c160e36c701af02f7bea8ec677ece6426fc559.zip |
Remove / use flags that are now set in the Makefile.config.
llvm-svn: 85149
Diffstat (limited to 'llvm/unittests/Makefile.unittest')
-rw-r--r-- | llvm/unittests/Makefile.unittest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Makefile.unittest b/llvm/unittests/Makefile.unittest index 76051e497c9..e4174355ed7 100644 --- a/llvm/unittests/Makefile.unittest +++ b/llvm/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) |