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
This commit is contained in:
David Blaikie 2011-12-20 08:22:49 +00:00
parent 1a0ae42d14
commit 5ca16b1030
1 changed files with 0 additions and 5 deletions

View File

@ -18,9 +18,6 @@
#include <map>
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<unsigned, const Type *>
ExtendedIntegerTypeMap;
static std::map<std::pair<uintptr_t, uintptr_t>, const Type *>