[PATCH] D11096: CodeGen: Improve CFI type blacklisting mechanism.

Peter Collingbourne peter at pcc.me.uk
Thu Jul 9 19:10:27 PDT 2015


pcc created this revision.
pcc added a reviewer: samsonov.
pcc added a subscriber: llvm-commits.

We now use the sanitizer special case list to decide which types to blacklist.
We also support a special blacklist entry for types with a uuid attribute,
which are generally COM types whose virtual tables are defined externally.

http://reviews.llvm.org/D11096

Files:
  docs/ControlFlowIntegrity.rst
  lib/CodeGen/CGClass.cpp
  lib/CodeGen/CGVTables.cpp
  lib/Driver/SanitizerArgs.cpp
  test/CodeGenCXX/cfi-blacklist.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11096.29420.patch
Type: text/x-patch
Size: 6642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150710/83d7106f/attachment.bin>


More information about the llvm-commits mailing list