[PATCH] D58102: Support X86 Control-flow Enforcement Technology (CET) in LLD
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 18:55:17 PDT 2019
xiangzhangllvm added a comment.
Yes, ruiu, last time I also ask you about this point. please let me summarize your ideas here, then please check if I understand right?
If not all input files have X86Feature1 bits, then discard the .note.gnu.property sections.
If all input files have X86Feature1 bits:
| then we need to 'calculate' the resulting X86Feature1 bits from all the X86Feature1 bits ? | (yes or no ?) |
| then delete all the input files' .note.gnu.property sections ? | (yes or no ?) |
| then generate a .note.gnu.property section with the resulting X86Feature1 bits in input file level not in output file by Writer, so we need not to pass the X86Feature1 bits to Writer ? | (yes or no ?) |
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