mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +00:00
Make the release build work
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6fe2e871bb
commit
8937375e4b
@ -17,15 +17,10 @@
|
|||||||
#define LLVM_SYMBOL_TABLE_H
|
#define LLVM_SYMBOL_TABLE_H
|
||||||
|
|
||||||
#include "llvm/Value.h"
|
#include "llvm/Value.h"
|
||||||
|
#include "llvm/Type.h" // FIXME: Remove
|
||||||
|
#include "llvm/ConstantVals.h" // FIXME: Remove
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#ifndef NDEBUG // Only for assertions
|
|
||||||
#include "llvm/Type.h"
|
|
||||||
#include "llvm/ConstantVals.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class Type;
|
|
||||||
|
|
||||||
class SymbolTable : public AbstractTypeUser,
|
class SymbolTable : public AbstractTypeUser,
|
||||||
public std::map<const Type *,
|
public std::map<const Type *,
|
||||||
std::map<const std::string, Value *> > {
|
std::map<const std::string, Value *> > {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user