[PATCH] D135270: [WinEH] Validate funclet tokens in colorEHFunclets()

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 08:23:14 PDT 2022


sgraenitz added a comment.

This came up in D134866 <https://reviews.llvm.org/D134866>. No upstream test case triggers the error. Clang reports the error/warning like this:

  warning: linking module 'wineh-funclet-bundle-validation.ll': Invalid funclet token in BasicBlock catchret.dest (outside funclet)  %1 = catchpad within %0 [ptr null, i32 0, ptr null] [-Wlinker-warnings]


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135270/new/

https://reviews.llvm.org/D135270



More information about the llvm-commits mailing list