[PATCH] D46403: [CFI] Force LLVM to die if the implicit blacklist files cannot be found.

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 4 12:33:04 PDT 2018


vsk added a comment.

One problem with this direction is that clang doesn't ship a cfi blacklist in its default install, so, this leaves cfi users with stock toolchains to fend for themselves. I think it'd be a good idea to ship a basic cfi blacklist in clang's resource dir to avoid inadvertent breakage.


https://reviews.llvm.org/D46403





More information about the cfe-commits mailing list