search for: izabela

Displaying 6 results from an estimated 6 matches for "izabela".

2013 Feb 18
2
[LLVMdev] Problem to run SPEC2006
Dear LLVMers, I am having trouble to run SPEC2006. I have checked in my log file that the spec root has been correctly found with ./configure, but when I try: make TEST=simple in the External folder I get the following error: make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \ ORIGINAL_CC="clang" \ ORIGINAL_CXX="clang" make[1]: Entering directory `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/izabela/svn_l...
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
...; supplied 'runspec' > command with '-build' action directive or to issue the 'specmake' (which > is a > make adjusted by spec.org) on the build component folder. > > I can build 433.milc on PPC64 with clang without any issue. > > On 02/18/2013 02:26 PM, Izabela Maffra wrote: > > Dear LLVMers, > > > > I am having trouble to run SPEC2006. I have checked in my log file that > the spec root has been correctly found with ./configure, but when I try: > > > > make TEST=simple > > > > in the External folder I get the f...
2013 Feb 18
0
[LLVMdev] Problem to run SPEC2006
...You need to do either by using the supplied 'runspec' command with '-build' action directive or to issue the 'specmake' (which is a make adjusted by spec.org) on the build component folder. I can build 433.milc on PPC64 with clang without any issue. On 02/18/2013 02:26 PM, Izabela Maffra wrote: > Dear LLVMers, > > I am having trouble to run SPEC2006. I have checked in my log file that the spec root has been correctly found with ./configure, but when I try: > > make TEST=simple > > in the External folder I get the following error: > > make -C /home/...
2013 Mar 03
1
[LLVMdev] Can a Function Pass require a Module Pass?
...ModulePass>(); } But when I try to run my pass, I get the following error at the point os getAnalysis: Assertion `Resolver && "Pass has not been inserted into a PassManager object!"' failed. Did I do anything I should not or did I miss something? Regards, -- Izabela Maffra. *Ciência da Computação Universidade Federal de Minas Gerais (31) 8615-3077* "Don't count the days, make the days count." -- Muhammad Ali -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...
2013 Jan 21
1
[LLVMdev] Testing canaries
...VM calls the pass that inserts the canaries. It seems it is llc, as the pass that inserts the canaries is in /lib/CodeGen/StackProtector.cpp. Yet, I cannot see 'fstack-protector' in the llc --help list, although I can see 'stack-protector-buffer-size' in llc --help. Sincerely, -- Izabela Maffra. *Ciência da Computação Universidade Federal de Minas Gerais (31) 8615-3077* "Don't count the days, make the days count." -- Muhammad Ali -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...
2013 Jan 28
0
[LLVMdev] Testing canaries
Dear Duncan, thank you very much. I have been able to use it now, via the following command line: clang -emit-llvm -c -fstack-protector canary.c -o canary.bc llc -print-before=stack-protector -print-after=stack-protector -o canary.s < canary.bc Thank you again, Izabela Maffra. On 26 January 2013 15:55, <llvmdev-request at cs.uiuc.edu> wrote: > Send LLVMdev mailing list submissions to > llvmdev at cs.uiuc.edu > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev &gt...