[PATCH] D59780: Support Intel Control-flow Enforcement Technology

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 03:28:09 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/ELF/Config.h:85
   uint8_t OSABI = 0;
+  uint32_t X86Features = 0;
   llvm::CachePruningPolicy ThinLTOCachePolicy;
----------------
Split off the `X86Features` (or `ANDFeatures`) change and commit, to make D62609 easier to review?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59780





More information about the llvm-commits mailing list