Displaying 2 results from an estimated 2 matches for "ocompiled".
Did you mean:
compiled
2006 Aug 20
4
[LLVMdev] bytecode didn't read correctly under cygwin
Hi!
I'm trying to run "llc" tool on files from "test" subdirectory of LLVM root.
I compile source files with the following line:
llvm-gcc -c -ocompiled.o ackermann.c
Then I run llc like the following:
llc compiled.o
which outputs
llc: bytecode didn't read correctly
(I mean, I try it with different options but even the default ones aint
working)
My llvm-gcc version is
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../src/co...
2006 Aug 20
0
[LLVMdev] bytecode didn't read correctly under cygwin
...rmann.c
llc compiled.o -o compiled.s
Reid.
On Sun, 2006-08-20 at 20:26 +0400, Anton Vayvod wrote:
> Hi!
>
> I'm trying to run "llc" tool on files from "test" subdirectory of LLVM
> root. I compile source files with the following line:
>
> llvm-gcc -c -ocompiled.o ackermann.c
>
> Then I run llc like the following:
>
> llc compiled.o
>
> which outputs
>
> llc: bytecode didn't read correctly
>
> (I mean, I try it with different options but even the default ones
> aint working)
>
> My llvm-gcc version is...