Displaying 6 results from an estimated 6 matches for "maffra".
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
...ed '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 followin...
2013 Feb 18
2
[LLVMdev] Problem to run SPEC2006
...No such file or directory*
^Cmake[3]: *** [Output/433.milc.simple] Interrupt
make[2]: *** [433.milc/.maketest] Interrupt
make[1]: *** [CFP2006/.maketest] Interrupt
make: *** [SPEC/.maketest] Interrupt
Has anyone experienced the same problem and has any suggestions for me?
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/20130218...
2013 Feb 18
0
[LLVMdev] Problem to run SPEC2006
...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/izabela...
2013 Mar 03
1
[LLVMdev] Can a Function Pass require a Module Pass?
...ss>();
}
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/20130303...
2013 Jan 21
1
[LLVMdev] Testing canaries
...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/20130121...
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
> or, v...