[all-commits] [llvm/llvm-project] 2b4e60: [lld] Add cet-report and bti-report flags

Dani via All-commits all-commits at lists.llvm.org
Thu Dec 16 07:26:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b4e6052b3bfff7177d81a747e9f48b44da9eb1c
      https://github.com/llvm/llvm-project/commit/2b4e6052b3bfff7177d81a747e9f48b44da9eb1c
  Author: Daniel Kiss <daniel.kiss at arm.com>
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/docs/ld.lld.1
    M lld/test/ELF/aarch64-bti-pac-cli-error.s
    M lld/test/ELF/aarch64-feature-bti.s
    M lld/test/ELF/i386-feature-cet.s
    M lld/test/ELF/x86-64-feature-cet.s

  Log Message:
  -----------
  [lld] Add cet-report and bti-report flags

Implement cet-report as supported in binutils.
bti-report has the same behaviour for AArch64-BTI.

Fixes https://github.com/llvm/llvm-project/issues/44828

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D113901




More information about the All-commits mailing list