search for: 40859c56

Displaying 2 results from an estimated 2 matches for "40859c56".

2009 Jul 22
0
[LLVMdev] llvm-ld with -O params?
...#39;. Try: 'llvm-ld --help'"). Are -O optimizations completely deprecated? Or is there an alternate way to pass them in? Thanks, aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090722/40859c56/attachment.html>
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