search for: libassistd

Displaying 3 results from an estimated 3 matches for "libassistd".

Did you mean: libassistds
2015 Oct 13
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...ts/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 ./Release+Asserts/lib/libpoolalloc_fl_rt.a ./Release+Asserts/lib/libpoolalloc_rt.a ./Release+Asserts/lib/libtypechecks_rt.a This creates issue...
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...LLVM/SAFECode are you using? Is it LLVM 3.2? > > I'm guessing that you're using LLVM 3.2 and trying to compile > safecode/tools/LTO (that's the only component that links in AssistDS.a). > You could try changing the following line: > > $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/libAssistDS.a: > $(POOLALLOC_OBJDIR)/$(BuildMode)/lib/AssistDS.a > > ... to: > > $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/libAssistDS.a: > $(POOLALLOC_OBJDIR)/$(BuildMode)/lib/libAssistDS.a > > You'll need to fix the problem for other libraries for which SAFECode > creates links in its...
2016 Apr 27
2
Building and Invoking DSA or Pool Alloc
Hi , This Is 'Suresh M' from AMD compiler team. 1) I obtained the source code of llvm and pool-alloc (relase_32 versions ) using the following commands, svn co http://llvm.org/svn/llvm-project/llvm/branches/release_32 llvm cd llvm/projects svn co http://llvm.org/svn/llvm-project/poolalloc/branches/release_32 poolalloc 2) Was able to build the binaries and libraries