search for: dthread_safe

Displaying 5 results from an estimated 5 matches for "dthread_safe".

Did you mean: d_thread_safe
2013 Jan 07
2
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
...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 -Wno-unused-parameter -Wno-unused-value -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT -Wno-unused-function -Werror=unused-variable -fsanitize=address -fno-omit-frame-pointer -g -m64 -fvisibility=hidden -fPIC -Xlinker -rpath -Xlinker /home/deleisha/CodeSpace/pegasus/pkg/lib -L/home/deleisha/CodeSpace/pegasus/pkg/lib -o /home/deleisha/CodeSpace/pegasus/pkg/bin/slp_query /...
2013 Jan 07
0
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
...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 -Wno-unused-parameter -Wno-unused-value -D_GNU_SOURCE > -DTHREAD_SAFE -D_REENTRANT -Wno-unused-function -Werror=unused-variable > -fsanitize=address -fno-omit-frame-pointer -g -m64 -fvisibility=hidden > -fPIC -Xlinker -rpath -Xlinker /home/deleisha/CodeSpace/pegasus/pkg/lib > -L/home/deleisha/CodeSpace/pegasus/pkg/lib -o > /home/deleisha/CodeSpace/pegasus...
2013 Jan 08
1
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
...act 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 -Wno-unused-parameter -Wno-unused-value -D_GNU_SOURCE >> -DTHREAD_SAFE -D_REENTRANT -Wno-unused-function -Werror=unused-variable >> -fsanitize=address -fno-omit-frame-pointer -g -m64 -fvisibility=hidden >> -fPIC -Xlinker -rpath -Xlinker /home/deleisha/CodeSpace/pegasus/pkg/lib >> -L/home/deleisha/CodeSpace/pegasus/pkg/lib -o >> /home/deleisha/C...
2013 Jan 07
2
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Hi All Will LLVM be suitable for developing valgrind like tools --Regards --Dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130107/ab5ef642/attachment.html>
2013 Jan 07
0
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
> Will LLVM be suitable for developing valgrind like tools It is already used by several such tools, eg ASAN, klee. Ciao, Duncan.