Displaying 4 results from an estimated 4 matches for "libcount".
2015 Oct 13
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...[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+Asserts/lib/libLLVMDataStructure.a
./Release+Asserts/lib/libpa_pre_rt.a
./Release+Asserts/lib/libpoolalloc.a
./...
2016 Apr 27
2
Building and Invoking DSA or Pool Alloc
...Was able to build the binaries and libraries
../rel_32/build_rel/projects/poolalloc/Release+Asserts/lib
-rw-rw-r-- 1 sumani sumani 987956 Apr 15 15:56 AssistDS.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...
2012 Apr 22
1
[LLVMdev] How to use -ds-aa in llvm
Dear all,
I'm a new user of LLVM. I'm trying to use DSA alias
analysis in LLVM. I compiled llvm 3.0 and poolalloc (checkout
from svn). I get the following lib in the ${poolalloc}/Release/lib/ :
AssistDS.so
libcount.so
libpoolalloc_rt.so
LLVMDataStructure.so
poolalloc.so
I tried to load all of them and do analysis by
opt -load ${poolalloc}/Release/lib/<lib_name.so> -ds-aa -print-alias-sets Example.bc
However, I still get error message "opt: Unknown command line argument '-ds-aa'".
S...
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...d . -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+Asserts/lib/libLLVMDataStructure.a
> ./Release+Asserts/lib/libpa_p...