[Mono-bugs] [Bug 647924] New: mono --llvm --aot fails with the default packages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 19 23:32:46 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=647924
https://bugzilla.novell.com/show_bug.cgi?id=647924#c0
Summary: mono --llvm --aot fails with the default packages
Classification: Mono
Product: Mono: Runtime
Version: 2.8.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: packaging
AssignedTo: ajorgensen at novell.com
ReportedBy: gnorton at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Our llvm aot compiler needs a complete llvm installation including the opt
command line tool, perhaps some additional ones as well, we dont include these
in the default build or depends which causes
mono --llvm --aot some.dll to fail as follows:
giggidy:/home/aaron # mono --llvm --aot /usr/lib/mono/2.0/mscorlib.dll
Mono Ahead of Time compiler - compiling assembly /usr/lib/mono/2.0/mscorlib.dll
Executing opt: opt -f -simplifycfg -domtree -domfrontier -scalarrepl
-instcombine -simplifycfg -basiccg -prune-eh -inline -functionattrs -domtree
-domfrontier -scalarrepl -simplify-libcalls -instcombine -simplifycfg
-instcombine -simplifycfg -reassociate -domtree -loops -loopsimplify
-domfrontier -loopsimplify -lcssa -loop-rotate -licm -lcssa -loop-unswitch
-instcombine -scalar-evolution -loopsimplify -lcssa -iv-users -indvars
-loop-deletion -loopsimplify -lcssa -loop-unroll -instcombine -memdep -gvn
-memdep -memcpyopt -sccp -instcombine -domtree -memdep -dse -adce -gvn
-simplifycfg -preverify -domtree -verify -o temp.opt.bc temp.bc
sh: opt: command not found
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list