Displaying 3 results from an estimated 3 matches for "_zn48_global__n_datastructureaa".
2007 Aug 23
0
[LLVMdev] Data Structure Analysis
okay. I guess I figured it out. It seems "poolalloc" needs to be put
in llvm/projects/ directory.
Haifeng
On 8/23/07, Haifeng He <hehaifeng2nd at gmail.com> wrote:
> A following question about how to install "poolalloc". I checked out
> poolalloc from svn. But I had a problem of installing it. When I tried to run
> "configure" with options
2007 Aug 24
2
[LLVMdev] Data Structure Analysis
...;poolalloc" needs to be put
> in llvm/projects/ directory.
Yes, it will compile then. However, it seems the resulting shared
library LLVMDataStructure.so (I haven't checked the others) has some
undefined symbols. Trying to load it into the opt tool produces an error:
undefined symbol:
_ZN48_GLOBAL__N_DataStructureAA.cpp_00000000_8D4221C44DSAA2IDE
Static ID fields in pass classes seem to be lacking definitions (there
were some changes in LLVM core classes and poolalloc hasn't been yet
fully updated to reflect them). The attached patch fixes this for DSA
classes - LLVMDataStructure.so loads into opt and DSA...
2007 Aug 23
2
[LLVMdev] Data Structure Analysis
A following question about how to install "poolalloc". I checked out
poolalloc from svn. But I had a problem of installing it. When I tried to run
"configure" with options "--with-llvmsrc" and "--with--llvmobj" pointing to
where the source of my llvm and objs dir are (/home/usr/Tools/llvm,
e.g.), "configure" complained error message