mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-24 07:35:04 +00:00
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
This commit is contained in:
parent
3a96a4d91c
commit
cadd4b9ced
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user