Skip to content

Commit

Permalink
Revert pragma clang suppressions that confuse GCC. (I'll worry about …
Browse files Browse the repository at this point in the history
…how to suppress/fix these problems properly when we figure out how to keep LLVM -Wweak-vtables clean)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146965 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed Dec 20, 2011
1 parent 7559766 commit 0c271bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions utils/TableGen/TGValueTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#include <map>
using namespace llvm;

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wweak-vtables"

namespace llvm {

class Type {
Expand Down Expand Up @@ -61,8 +58,6 @@ class ExtendedVectorType : public Type {
}
};

#pragma clang diagnostic pop

static std::map<unsigned, const Type *>
ExtendedIntegerTypeMap;
static std::map<std::pair<uintptr_t, uintptr_t>, const Type *>
Expand Down

0 comments on commit 0c271bc

Please sign in to comment.