[PATCH] D100251: [IR][sanitizer] Set nounwind on module ctor/dtor, additionally set uwtable if -fasynchronous-unwind-tables

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 12 13:23:23 PDT 2021


nickdesaulniers added a comment.

> -fno-exceptions -fno-asynchronous-unwind-tables -g produces .debug_frame
> while
> -fno-exceptions -fno-asynchronous-unwind-tables -g -fsanitize=address produces .eh_frame.

Does this patch change that behavior?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100251



More information about the cfe-commits mailing list