[PATCH] D65761: Add Windows Control Flow Guard checks (/guard:cf).

Andrew Paverd via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 04:17:10 PDT 2020


ajpaverd added a comment.
Herald added a reviewer: jdoerfert.

In D65761#2102525 <https://reviews.llvm.org/D65761#2102525>, @mehdi_amini wrote:

> It seems like this pass was added in lib/Transforms but does not have any unit-tests (lit tests) provided. It isn't even linked into `opt`. As it is an LLVM IR pass it should be tested as such I believe. Can you provide tests for this?


Thanks for the feedback. D82447 <https://reviews.llvm.org/D82447> now links this into `opt` and adds lit tests in `test/Transforms/CFGuard/`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65761





More information about the cfe-commits mailing list