search for: tp52769p52855

Displaying 3 results from an estimated 3 matches for "tp52769p52855".

2012 Dec 26
1
[LLVMdev] llvm 32bit with 64bit output?
...msys shells and mingw being used from the windows command prompt, whereas cygwin being a more or less complete posix environment emulation im not sure if it needs cmake or which make system to output. -- View this message in context: http://llvm.1065342.n5.nabble.com/llvm-32bit-with-64bit-output-tp52769p52855.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Dec 26
0
[LLVMdev] llvm 32bit with 64bit output?
2012/12/21 Flexicat01 <nekroze.lives at gmail.com>: > I am looking at starting a project to make a toy language that is targeted > purely at 64bit windows. I have never used llvm or anything like it i am > just trying to learn new things. > > However there are several problems, as far as i have seen, with compiling > llvm in 64bit on windows. So i was wondering if i compile
2012 Dec 20
4
[LLVMdev] llvm 32bit with 64bit output?
I am looking at starting a project to make a toy language that is targeted purely at 64bit windows. I have never used llvm or anything like it i am just trying to learn new things. However there are several problems, as far as i have seen, with compiling llvm in 64bit on windows. So i was wondering if i compile a 32bit version of llvm and use that can my resulting compiler output 64bit binaries?