Displaying 1 result from an estimated 1 matches for "2b668f55".
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