Displaying 4 results from an estimated 4 matches for "fsodre".
Did you mean:
fedore
2010 Apr 11
3
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
Hello all,
I'm very new to llvm, and I'm trying to compile a C file using llvm-gcc, but
I'd like to specify the optimization passes sequence by myself. How can I do
this?
Thanks!
Felipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100411/cbacb9cf/attachment.html>
2010 Apr 13
3
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
On Mon, Apr 12, 2010 at 12:39 AM, Duncan Sands <baldrick at free.fr> wrote:
>
> try something like this:
>
> llvm-gcc -c -emit-llvm -o - | opt ...list.transforms.here... > result.bc
>
Another question about it: is this transforms list applied in the same order
it's given to the command line? Can I repeat a transformation pass within a
list?
Thanks you!
Felipe
2010 Apr 13
0
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
On Tue, Apr 13, 2010 at 10:09 AM, Felipe Sodré Silva <fsodre at gmail.com> wrote:
> On Mon, Apr 12, 2010 at 12:39 AM, Duncan Sands <baldrick at free.fr> wrote:
>>
>> try something like this:
>>
>> llvm-gcc -c -emit-llvm -o - | opt ...list.transforms.here... > result.bc
>
> Another question about it: is this transf...
2007 Feb 13
3
Error installing ROR on Ubuntu
Hi, I''m trying to install Ruby On Rails on Ubuntu 6.06, running on a AMD
Turion64.
I installed the ruby interpreter, RubyGems and wrote:
*gem install rails --include-dependencies
*but I''m receiving the following error message:
ERROR: While executing gem ... (Gem::InstallError)
gzip error installing /usr/local/lib/ruby/gems/1.8/cache/activesupport-
1.4.1.gem
It seems