mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +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
|
||||
|
||||
#include "llvm/Value.h"
|
||||
#include "llvm/Type.h" // FIXME: Remove
|
||||
#include "llvm/ConstantVals.h" // FIXME: Remove
|
||||
#include <map>
|
||||
|
||||
#ifndef NDEBUG // Only for assertions
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/ConstantVals.h"
|
||||
#endif
|
||||
|
||||
class Type;
|
||||
|
||||
class SymbolTable : public AbstractTypeUser,
|
||||
public std::map<const Type *,
|
||||
std::map<const std::string, Value *> > {
|
||||
|
Loading…
x
Reference in New Issue
Block a user