search for: libpoolalloc_fl_rt

Displaying 8 results from an estimated 8 matches for "libpoolalloc_fl_rt".

2015 Oct 13
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi, On Linux I observed [root at localhost poolalloc]# find . -name *.a ./Release+Asserts/lib/LLVMDataStructure.a ./Release+Asserts/lib/poolalloc.a ./Release+Asserts/lib/AssistDS.a ./Release+Asserts/lib/libpoolalloc_fl_rt.a ./Release+Asserts/lib/libpoolalloc_rt.a ./Release+Asserts/lib/libpa_pre_rt.a ./Release+Asserts/lib/libcount.a On cygwin I observed kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/poolalloc $ find . -name *.a ./Release+Asserts/lib/libAssistDS.a ./Release+Asserts/lib/libcount.a ./Release+A...
2007 Aug 24
3
[LLVMdev] Data Structure Analysis
I updated the latest "poolalloc" code and the problem seems to have been fixed. However, I am still having problem of running "poolalloc". After compilation finished, there are several dynamic libraries created (libpoolalloc_rt.so, libpoolalloc_fl_rt.so and LLVMDataStructure.so). I was not sure which one I should use so I just tried all of them with "opt -load". However, none of them seems to work (by complaiing "-poolalloc" is unknown). When I ran test in poolalloc directory, it gave me error complaining that "poolallo...
2007 Aug 24
0
[LLVMdev] Data Structure Analysis
Haifeng He wrote: > I updated the latest "poolalloc" code and the problem seems to have been fixed. > However, I am still having problem of running "poolalloc". > > After compilation finished, there are several dynamic libraries > created (libpoolalloc_rt.so, libpoolalloc_fl_rt.so and > LLVMDataStructure.so). I was not sure which one I should use so I just > tried all of them with "opt -load". However, none of them seems to > work (by complaiing "-poolalloc" is unknown). When I ran test > in poolalloc directory, it gave me error complaining...
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...n 10/13/15 2:36 AM, kiran pawar via llvm-dev wrote: > > Hi, > On Linux I observed > > [root at localhost poolalloc]# find . -name *.a > ./Release+Asserts/lib/LLVMDataStructure.a > ./Release+Asserts/lib/poolalloc.a > ./Release+Asserts/lib/AssistDS.a > ./Release+Asserts/lib/libpoolalloc_fl_rt.a > ./Release+Asserts/lib/libpoolalloc_rt.a > ./Release+Asserts/lib/libpa_pre_rt.a > ./Release+Asserts/lib/libcount.a > > > On cygwin I observed > > kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/poolalloc > $ find . -name *.a > ./Release+Asserts/lib/libAssistDS...
2016 Apr 27
2
Building and Invoking DSA or Pool Alloc
...ssistDS.a -rwxrwxr-x 1 sumani sumani 508376 Apr 15 15:56 AssistDS.so -rw-rw-r-- 1 sumani sumani 2648 Apr 15 15:56 libcount.a -rwxrwxr-x 1 sumani sumani 8539 Apr 15 15:56 libcount.so -rw-rw-r-- 1 sumani sumani 6514 Apr 15 15:56 libpa_pre_rt.a -rw-rw-r-- 1 sumani sumani 13526 Apr 15 15:56 libpoolalloc_fl_rt.a -rw-rw-r-- 1 sumani sumani 26048 Apr 15 15:56 libpoolalloc_rt.a -rwxrwxr-x 1 sumani sumani 28731 Apr 15 15:56 libpoolalloc_rt.so -rw-rw-r-- 1 sumani sumani 1656724 Apr 15 15:56 LLVMDataStructure.a -rwxrwxr-x 1 sumani sumani 809363 Apr 15 15:56 LLVMDataStructure.so -rw-rw-r-- 1 sumani sumani...
2007 Aug 26
1
[LLVMdev] Data Structure Analysis
...t; > I updated the latest "poolalloc" code and the problem seems to have been fixed. > > However, I am still having problem of running "poolalloc". > > > > After compilation finished, there are several dynamic libraries > > created (libpoolalloc_rt.so, libpoolalloc_fl_rt.so and > > LLVMDataStructure.so). I was not sure which one I should use so I just > > tried all of them with "opt -load". However, none of them seems to > > work (by complaiing "-poolalloc" is unknown). When I ran test > > in poolalloc directory, it gave...
2007 Aug 24
0
[LLVMdev] Data Structure Analysis
On 8/23/07, Wojciech Matyjewicz <wmatyjewicz at fastmail.fm> wrote: > 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 can be performed. Thanks. I forgot
2007 Aug 24
2
[LLVMdev] Data Structure Analysis
Hi! Haifeng He wrote: > okay. I guess I figured it out. It seems "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: