[LLVMdev] llvm 32bit with 64bit output?
Krzysztof Parzyszek
kparzysz at codeaurora.org
Thu Dec 20 16:52:36 PST 2012
You can generate 64-bit binaries with a 32-bit LLVM without any issue.
The target machine in your case may differ from the "host target", but
it shouldn't be any problem.
I have managed to compile LLVM on Windows using the compiler from
Windows 7 SDK (and CMake). I don't remember what runtime binaries it
required, but I guess it was the regular MSVC runtime.
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-dev
mailing list