aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest/UnitTestMain
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
commitcadd4b9cedca0cbe86056c6f8e51dfa204cbb26d (patch)
tree68959890b82fd0e1a66e382ff616a8acc6a36361 /utils/unittest/UnitTestMain
parent3a96a4d91c78f4c026908d68decd9c037463ddce (diff)
downloadexternal_llvm-cadd4b9cedca0cbe86056c6f8e51dfa204cbb26d.zip
external_llvm-cadd4b9cedca0cbe86056c6f8e51dfa204cbb26d.tar.gz
external_llvm-cadd4b9cedca0cbe86056c6f8e51dfa204cbb26d.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 'utils/unittest/UnitTestMain')
-rw-r--r--utils/unittest/UnitTestMain/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/unittest/UnitTestMain/Makefile b/utils/unittest/UnitTestMain/Makefile
index aadff21..7b49191 100644
--- a/utils/unittest/UnitTestMain/Makefile
+++ b/utils/unittest/UnitTestMain/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 = UnitTestMain
BUILD_ARCHIVE = 1