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

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 10:25:57 PST 2019


emaste added a comment.

In D58102#1411701 <https://reviews.llvm.org/D58102#1411701>, @fweimer wrote:

> How does lld handle the non-executable stack flag? From a developer point of view, the CET processing is supposed to be very similar.


The same messy way GNU tools do. Automatically detecting features based on input objects is convenient for users, at the cost of additional complexity in the tools and the introduction of silent failure modes.


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