[PATCH] D12098: [WinEH] Calculate state numbers for the new EH representation

Vladislav via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 06:35:16 PDT 2015


ivladak added a subscriber: ivladak.
ivladak added a comment.

Could you please explain why you

  initializeWinEHStatePassPass(PR);

in `LLVMInitializeX86Target()` regardless of whether the target is win32 or not?

Sorry if the question is silly. I actually have NFC about what's going on in this commit.

I am getting some nasty memory corruption problems which might or might not be caused by this unconditional initialization.


Repository:
  rL LLVM

http://reviews.llvm.org/D12098





More information about the llvm-commits mailing list