mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Regress to not using the llvm namespace.
This keeps Pool Allocation stuff from compiling. We can re-visit it later when we have time to do it right. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7af03e9d85
commit
fed0b2995e
@ -23,8 +23,6 @@
|
||||
#include <cstdlib>
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template<typename T>
|
||||
struct MallocAllocator {
|
||||
typedef size_t size_type;
|
||||
@ -81,6 +79,4 @@ namespace std {
|
||||
};
|
||||
}
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
#endif
|
||||
|
@ -23,8 +23,6 @@
|
||||
#include <cstdlib>
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template<typename T>
|
||||
struct MallocAllocator {
|
||||
typedef size_t size_type;
|
||||
@ -81,6 +79,4 @@ namespace std {
|
||||
};
|
||||
}
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user