[PATCH] D58102: Support X86 Control-flow Enforcement Technology (CET) in LLD

H.J Lu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 19:48:44 PST 2019


hjl.tools added a comment.

In D58102#1421810 <https://reviews.llvm.org/D58102#1421810>, @emaste wrote:

> @xiangzhangllvm, a question for you not directly related to the patch but I suspect you might be best suited to find an answer: how do we test CET support today? We started trying to add CET to FreeBSD some time ago but have no way to test any work that we do.


We are using a special CET SDV for CET enabling.  We have been enabling CET in Fedora piece by piece by adding -fcf-protection to CFLAGS.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D58102





More information about the llvm-commits mailing list