Hi

Hello, Willow

Hello, I want to use LLVM to develop a 64-bit operating system (64-bit
Win64 DLL targets) on a 32-bit Windows host. Is this possible?

In general - yes, however inw64 codegeneration is work-in-progress and there are some
issues with it.

`/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/
tblgen.exe', needed by

How you're configuring?

of running the DLLs nor linking them against any libraries whatsoever,

How so? How you're wanting to build binaries without a linker? Also, which language you
want to use as a source? Directly LLVM IR?

Is this possible?

In general - yes.

Anton Korobeynikov wrote:

`/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/
tblgen.exe', needed by
    

How you're configuring?

I just tried ./configure and make install. Configure works file, make install leads to the above error.
Willow