[all-commits] [llvm/llvm-project] 360d0c: [LLD] Do not assume /guard:cf always set together ...

Phoebe Wang via All-commits all-commits at lists.llvm.org
Tue May 16 08:12:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 360d0cd0a238b9b069a83e7aaff534e5712dbc90
      https://github.com/llvm/llvm-project/commit/360d0cd0a238b9b069a83e7aaff534e5712dbc90
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M lld/COFF/InputFiles.h
    M lld/COFF/Writer.cpp
    M lld/test/COFF/guard-ehcont.s

  Log Message:
  -----------
  [LLD] Do not assume /guard:cf always set together with /guard:ehcont

MS link accepts *.obj with ehcont bit set only. LLD should match this
behavoir too.

Reviewed By: rnk

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




More information about the All-commits mailing list