Prevent the -pedantic option from causing Mac OS/X build problems:

LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double'

llvm-svn: 28620
This commit is contained in:
Reid Spencer 2006-06-01 06:12:21 +00:00
parent 1b0cd45469
commit 490c23de9b

View File

@ -12,3 +12,6 @@ LIBRARYNAME = LLVMCodeGen
PARALLEL_DIRS = SelectionDAG
include $(LEVEL)/Makefile.common
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))