[LLVMdev] build on windows
Argiris Kirtzidis
akyrtzi at gmail.com
Tue Jul 1 12:27:23 PDT 2008
Le Anh Quang wrote:
> It is strange, I know that "configure" does not create any lib file. But it
> exists on some projects. is something wrong by me ?
> I also send a screenshot (properties of llvm-dis)
>
The command line properties are not correct. Here's what the properties
of llvm-dis on VC++ 2005 should look like:
/OUT:"E:\Downloads\LLVM\llvm-2.3\win32\\bin\Win32\Debug/llvm-dis.exe"
/INCREMENTAL /NOLOGO /MANIFEST
/MANIFESTFILE:"Win32\Debug\llvm-dis.exe.intermediate.manifest" /DEBUG
/PDB:"E:\Downloads\LLVM\llvm-2.3\win32\\bin\Win32\Debug/llvm-dis.pdb"
/SUBSYSTEM:CONSOLE /MACHINE:X86 /ERRORREPORT:PROMPT kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
"..\bin\win32\debug\support.lib" "..\bin\win32\debug\bitcode.lib"
"..\bin\win32\debug\vmcore.lib" "..\bin\win32\debug\system.lib"
This is just by opening "llvm.sln" of the llvm-2.3 source release.
-Argiris
More information about the llvm-dev
mailing list