summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest
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
commitd0c160e36c701af02f7bea8ec677ece6426fc559 (patch)
tree46ca1e52ff27ca41892d4e5a3e6ae2933e82baa9 /llvm/utils/unittest/googletest
parentb614dd3fcbe9872d5549a660ec45084bc9944c34 (diff)
downloadbcm5719-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/utils/unittest/googletest')
-rw-r--r--llvm/utils/unittest/googletest/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/unittest/googletest/Makefile b/llvm/utils/unittest/googletest/Makefile
index 29fe679a9b3..2d2c2829766 100644
--- a/llvm/utils/unittest/googletest/Makefile
+++ b/llvm/utils/unittest/googletest/Makefile
@@ -10,8 +10,6 @@
LEVEL := ../../..
include $(LEVEL)/Makefile.config
-NO_MISSING_FIELD_INITIALIZERS := $(shell $(CXX) -Wno-missing-field-initializers -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-missing-field-initializers)
-NO_VARIADIC_MACROS := $(shell $(CXX) -Wno-variadic-macros -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-variadic-macros)
LIBRARYNAME = GoogleTest
BUILD_ARCHIVE = 1
OpenPOWER on IntegriCloud