[PATCH] D48454: Ignore blacklist when generating __cfi_check_fail.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 21 15:36:14 PDT 2018


pcc added a comment.

__cfi_check_fail certainly seems like a special case in that its behaviour is controlled only by flags and not the blacklist.

Maybe a simpler fix would be to add this to the top of `EmitCfiCheckFail`?

  SanOpts = CGM.getLangOpts().Sanitize;


https://reviews.llvm.org/D48454





More information about the cfe-commits mailing list