forked from OSchip/llvm-project
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:
parent
1a0ae42d14
commit
5ca16b1030
|
|
@ -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 *>
|
||||
|
|
|
|||
Loading…
Reference in New Issue