Devchandra L Meetei
2013-Jan-07 15:26 UTC
[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>
Duncan Sands
2013-Jan-07 16:43 UTC
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
> Will LLVM be suitable for developing valgrind like toolsIt is already used by several such tools, eg ASAN, klee. Ciao, Duncan.
Devchandra L Meetei
2013-Jan-07 17:38 UTC
[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 -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 /home/deleisha/CodeSpace/pegasus/pkg/obj/slp/slp_client/src/cmd-utils/slp_query/slp_query.o -lpegslp_client -ldl -lpthread -lcrypt /usr/bin/ld: /usr/local/bin/../lib/clang/3.2/lib/linux/libclang_rt.asan-x86_64.a: No such file: No such file or directory On Mon, Jan 7, 2013 at 10:13 PM, Duncan Sands <baldrick at free.fr> wrote:> Will LLVM be suitable for developing valgrind like tools >> > > It is already used by several such tools, eg ASAN, klee. > > Ciao, Duncan. > > > ______________________________**_________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130107/649d6b35/attachment.html>
Apparently Analagous Threads
- [LLVMdev] Will LLVM be suitable for developing valgrind like tools
- [LLVMdev] Will LLVM be suitable for developing valgrind like tools
- [LLVMdev] Will LLVM be suitable for developing valgrind like tools
- [LLVMdev] Will LLVM be suitable for developing valgrind like tools
- [LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning