[PATCH] D48454: Ignore blacklist when generating __cfi_check_fail.

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 21 14:09:52 PDT 2018


eugenis added a comment.

Another option is to add a special case to blacklist logic to make it not apply to __cfi_check_fail.

Yet another option is to make blacklist not apply to functions without a source location, but that seems to be done intentionally here:
http://llvm-cs.pcc.me.uk/tools/clang/lib/CodeGen/CodeGenModule.cpp#1827


https://reviews.llvm.org/D48454





More information about the cfe-commits mailing list