[llvm-commits] MSVC lli.exe regression

Francois Pichet pichet2000 at gmail.com
Fri Jul 22 16:35:20 PDT 2011


On Fri, Jul 22, 2011 at 7:20 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Francois Pichet <pichet2000 at gmail.com>
> writes:
>
>> This one is probably for Evan:
>> there is a huge lli MSVC regression that occurred today because
>> lli.exe crashes on every test.
>>
>>
>> the crash occurs in file LLVMTargetMachine.cpp, line 313:
>>   switch (getMCAsmInfo()->getExceptionHandlingType()) {
>>
>> because getMCAsmInfo returns 0.
>
> Evan's change missed some modifications to config.h.cmake. I fixed those
> on r135820. Please try again if you are behind that revision.

The problem is still there after r135820. In fact I couldn't build
before r135820.




More information about the llvm-commits mailing list