[LLVMdev] llvm 32bit with 64bit output?
Krzysztof Parzyszek
kparzysz at codeaurora.org
Thu Dec 20 17:56:15 PST 2012
On 12/20/2012 7:48 PM, Krzysztof Parzyszek wrote:
>
> LLVM will only generate object files. You will need to link them to get
> the final executable. This will determine whether (and if) you need any
> special DLLs.
Correction: linking will associate your executable with specific
libraries. Whether you need them or not will depend on the features
that your language provides.
-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