search for: howtobuild

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

2013 Jan 07
0
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Did you checkout compiler-rt? This page has detailed info on building asan: http://code.google.com/p/address-sanitizer/wiki/HowToBuild?tm=4 --kcc On Mon, Jan 7, 2013 at 9:38 PM, Devchandra L Meetei <dlmeetei at gmail.com>wrote: > Thanks All > In fact, to answer Pete, I was trying to do as much as possible like > valgrind including as much as possible, which includes all tools. > M very elated to know about AS...
2013 Jan 08
1
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
...eisha/CodeSpace/pegasus/pkg/bin/TestWSMANRequestEncoder+0x412fa2) Thanks On Mon, Jan 7, 2013 at 11:17 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you checkout compiler-rt? > This page has detailed info on building asan: > http://code.google.com/p/address-sanitizer/wiki/HowToBuild?tm=4 > > --kcc > > > On Mon, Jan 7, 2013 at 9:38 PM, Devchandra L Meetei <dlmeetei at gmail.com>wrote: > >> Thanks All >> In fact, to answer Pete, I was trying to do as much as possible like >> valgrind including as much as possible, which includes all tool...
2013 Jan 07
2
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Thanks All In fact, to answer Pete, I was trying to do as much as possible like valgrind including as much as possible, which includes all tools. M very elated to know about ASan, given the fact that LLVM is Compile time whereas valgrind is Dynamic, need to rethink, Can you guys check this. build clang 3.2 but I got this linker error. Let me also examine closely clang++ -W -Wall