[llvm-commits] MSVC lli.exe regression

Francois Pichet pichet2000 at gmail.com
Fri Jul 22 16:09:38 PDT 2011


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.



More information about the llvm-commits mailing list