From 5ca16b1030e2bd6bf2e80d1de609f2675f1e86f7 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 20 Dec 2011 08:22:49 +0000 Subject: Revert pragma clang suppressions that confuse GCC. (I'll worry about how to suppress/fix these problems properly when we figure out how to keep LLVM -Wweak-vtables clean) llvm-svn: 146965 --- llvm/utils/TableGen/TGValueTypes.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/utils') diff --git a/llvm/utils/TableGen/TGValueTypes.cpp b/llvm/utils/TableGen/TGValueTypes.cpp index acb9985e499..af0d9f44cf4 100644 --- a/llvm/utils/TableGen/TGValueTypes.cpp +++ b/llvm/utils/TableGen/TGValueTypes.cpp @@ -18,9 +18,6 @@ #include using namespace llvm; -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wweak-vtables" - namespace llvm { class Type { @@ -61,8 +58,6 @@ public: } }; -#pragma clang diagnostic pop - static std::map ExtendedIntegerTypeMap; static std::map, const Type *> -- cgit v1.2.3