search for: archa

Displaying 2 results from an estimated 2 matches for "archa".

Did you mean: arch
2017 Jul 01
2
loop induction variables at IR level
...null. I also read in similar posts that the indvars pass is not available in the current version but documentation still mentions them. Is there something I am missing in my method , or is there an alternative method to get the induction variable in the latest version. Thanks in advance Regards Archa -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170701/3ae5036d/attachment.html>
2017 Jun 03
2
Compiling program with dfsan at IR
...9:25 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > Programs compiled with dfsan require a runtime library in order to work > correctly. You will need to link your program with "clang > -fsanitize=dataflow". > > Peter > > On Fri, Jun 2, 2017 at 12:46 AM, Archa . via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> I am trying to instrument a small program with dfsan at IR and then >> compile it. But I end up with undefined reference errors. >> >> Steps taken: >> 1.Convert toy program to...