[LLVMdev] LLVM under MS VC++ 2005

Aaron Gray angray at beeb.net
Thu Feb 17 14:10:39 PST 2005


>> I missed two files from the LLVM source code proper. These need
>> reviewing and commiting. They are trivial changes that should not
>> influence any other builds. Basically these functions are missing a
>> return statement which Visual Studio 2005 Beta flags as an error
>> rather than as a warning. I have put in dummy constructors in return
>> statements to allow CodeGen and Target libraries to build.
>>
>> The files :-
>>
>>     \llvm\lib\codegen\selectiondag\selectiondagisel.cpp
>>     \llvm\lib\target\targetframeinfo.cpp
>
> Thanks for the patches!
>
> Commits here:
>
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050214/024164.html
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050214/024165.html

Thank you.

Hopefully someone will be able to test the main llvm-VS2005 patch soon.

Cheers,

Aaron





More information about the llvm-dev mailing list