[llvm-commits] MSVC lli.exe regression
Eric Christopher
echristo at apple.com
Fri Jul 22 16:13:33 PDT 2011
On Jul 22, 2011, at 4:09 PM, Francois Pichet wrote:
> 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.
> _______________________________________________
Right. This will be because one of the initializer routines isn't running, LLVMInitializeMCAsmInfo() or something of the sort.
-eric
More information about the llvm-commits
mailing list