[llvm-commits] MSVC lli.exe regression
Eric Christopher
echristo at apple.com
Fri Jul 22 16:22:21 PDT 2011
On Jul 22, 2011, at 4:20 PM, Óscar Fuentes 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.
Thanks Oscar!
-eric
More information about the llvm-commits
mailing list