From 177284ce8976d840e6093c6555dacc13f3ed0c4f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 1 Jun 2006 06:12:21 +0000 Subject: Prevent the -pedantic option from causing Mac OS/X build problems: LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28620 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/CodeGen/Makefile') diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 744f8e937b..e77a53a337 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -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)) -- cgit v1.2.3