search for: cmodule

Displaying 5 results from an estimated 5 matches for "cmodule".

Did you mean: module
2009 Jul 22
0
[LLVMdev] llvm-ld with -O params?
...e with llc. Alchemy is trying to use -march avm2 and other avm2 options, but: llc: for the -march option: : Cannot find option named 'avm2'! llc: Unknown command line argument '-avm2-use-memuser'. Try: 'llc --help' llc: Unknown command line argument '-avm2-package-name=cmodule'. Try: 'llc --help' Was avm2 support dropped? From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Simmons, Aaron Sent: Wednesday, July 22, 2009 12:57 To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] llvm-ld with -O params? I am using LLVM via the A...
2009 Jul 22
3
[LLVMdev] llvm-ld with -O params?
I am using LLVM via the Adobe Alchemy project. I'm trying to upgrade LLVM within Alchemy (its v2.1 of opt is crashing), but am running into an issue with llvm-ld. Alchemy is passing -O5 to llvm-ld, but it seems that -O params are no longer accepted by llvm-ld v2.4+ ("llvm-ld: Unknown command line argument '-O5'. Try: 'llvm-ld --help'"). Are -O optimizations
2009 Jul 22
2
[LLVMdev] llvm-ld with -O params?
...t; –march avm2 and other avm2 options, but: > > llc: for the -march option: : Cannot find option named 'avm2'! > > llc: Unknown command line argument '-avm2-use-memuser'. Try: 'llc > --help' > > llc: Unknown command line argument '-avm2-package-name=cmodule'. Try: > 'llc --help' > > > > Was avm2 support dropped? > There never was avm2 support in mainline LLVM. Best regards, --Edwin
2009 Jul 22
0
[LLVMdev] llvm-ld with -O params?
...t; –march avm2 and other avm2 options, but: > > llc: for the -march option: : Cannot find option named 'avm2'! > > llc: Unknown command line argument '-avm2-use-memuser'. Try: 'llc > --help' > > llc: Unknown command line argument '-avm2-package-name=cmodule'. Try: > 'llc --help' > > > > Was avm2 support dropped? > There never was avm2 support in mainline LLVM. Best regards, --Edwin _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http:...
2006 Apr 19
0
How to rubify this query
Hi guys, i spent about 5 hours now of finding out how to rubify/railify this query! Maybe someone of you can help me ;) class Menu < ActiveRecord::Base validates_uniqueness_of :handle validates_presence_of :name, :sequence, :accesslevel, :defaultpage, :handle belongs_to :cmodule belongs_to :creator, :class_name => ''User'', :foreign_key => ''created_by'' belongs_to :updater, :class_name => ''User'', :foreign_key => ''updated_by'' end Now this is my query: @menu = Menu.find_by_sql "SELEC...