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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 16:05:09 PST 2019


ruiu added a comment.

In D58102#1400315 <https://reviews.llvm.org/D58102#1400315>, @xiangzhangllvm wrote:

> Hi ruiu, I asked its designer. This is really specified in x86-64 psABI SPEC, Please refer https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-draft.pdf   13.2 DynamicLinking


We do not always have to just follow the psABI. If some part of it doesn't make much sense, we should change the spec instead of adopting it.


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