diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-02 23:56:21 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-02 23:56:21 +0000 |
| commit | 97821311a32b5ca11b5f843f90a85875feb7d142 (patch) | |
| tree | 309c5d3f9afce0ef8f7e19228aea78c89eb51199 /lib/CodeGen/Makefile | |
| parent | 2b8ba512be5fd7043f9f3a62a5e5c9e0c13affb7 (diff) | |
Make CodeGen libs -pedantic clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31387 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
| -rw-r--r-- | lib/CodeGen/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 62ef1ad727..a2ad0fd49c 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -13,6 +13,3 @@ PARALLEL_DIRS = SelectionDAG BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common - -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |
