Displaying 2 results from an estimated 2 matches for "memrep".
Did you mean:
memdep
2009 Oct 13
2
[LLVMdev] hash extras
...y code to use the latest version of llvm from
svn. Whenever I include "llvm/ADT/HashExtras.h", I get error messages
like the following. Does anyone know what is going on? Thanks for any
help.
llvm[1]: Compiling Aux.cpp for Debug build (PIC)
In file included from
/home/lefever/work/memrep/src/compiler/include/Aux.h:4,
from Aux.cpp:1:
/home/lefever/llvm/svn091010/llvm/include/llvm/ADT/HashExtras.h:26:
error: ‘hash’ is not a template
/home/lefever/llvm/svn091010/llvm/include/llvm/ADT/HashExtras.h: In
member function ‘size_t HASH_NAMESPACE::hash<std::basic_string...
2009 Oct 13
0
[LLVMdev] hash extras
...llvm from
> svn. Whenever I include "llvm/ADT/HashExtras.h", I get error messages
> like the following. Does anyone know what is going on? Thanks for any
> help.
>
> llvm[1]: Compiling Aux.cpp for Debug build (PIC)
> In file included from
> /home/lefever/work/memrep/src/compiler/include/Aux.h:4,
> from Aux.cpp:1:
> /home/lefever/llvm/svn091010/llvm/include/llvm/ADT/HashExtras.h:26:
> error: ‘hash’ is not a template
> /home/lefever/llvm/svn091010/llvm/include/llvm/ADT/HashExtras.h: In
> member function ‘size_t HASH_NAMESPACE::...