[LLVMdev] LLVM Cygwin Run Errors
Misha Brukman
brukman at uiuc.edu
Wed May 25 09:20:17 PDT 2005
On Wed, May 25, 2005 at 11:49:55PM +0800, thean kiat sew wrote:
> I am wondering whether the bytecode generated by my llvm-gcc is correct?
>
> When I run
> $ llvm-gcc hello.c -o hello
>
> What I get is hello.exe.bc, and hello.exe (I can actually llvm-dis the
> bytecode file which is hello.exe.bc).
>
> However, I do not get a shell script(named hello) as stated in the
> documentation...
The documentation is a bit Unix-centered in that respect, on Windows and
Cygwin, executables require the .exe suffix, so your shell script is
named "hello.exe" .
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
More information about the llvm-dev
mailing list