Displaying 1 result from an estimated 1 matches for "tp52769p52774".
Did you mean:
tp52769p52771
2012 Dec 21
1
[LLVMdev] llvm 32bit with 64bit output?
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.