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

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 18 21:48:02 PDT 2020


mehdi_amini added a comment.

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?


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