[llvm-commits] MSVC lli.exe regression

Óscar Fuentes ofv at wanadoo.es
Fri Jul 22 16:20:13 PDT 2011


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.




More information about the llvm-commits mailing list