[llvm-bugs] [Bug 45483] New: Add -z cet-report=[none|warning|error]
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 9 07:52:16 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45483
Bug ID: 45483
Summary: Add -z cet-report=[none|warning|error]
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: hjl.tools at gmail.com
CC: annita.zhang at intel.com, i at maskray.me,
llvm-bugs at lists.llvm.org, smithp352 at googlemail.com
GNU BFD linker supports -z cet-report=[none|warning|error]:
'cet-report=none'
'cet-report=warning'
'cet-report=error'
Specify how to report the missing
GNU_PROPERTY_X86_FEATURE_1_IBT and
GNU_PROPERTY_X86_FEATURE_1_SHSTK properties in input
.note.gnu.property section. 'cet-report=none', which is the
default, will make the linker not report missing properties in
input files. 'cet-report=warning' will make the linker issue
a warning for missing properties in input files.
'cet-report=error' will make the linker issue an error for
missing properties in input files. Note that 'ibt' will turn
off the missing GNU_PROPERTY_X86_FEATURE_1_IBT property report
and 'shstk' will turn off the missing
GNU_PROPERTY_X86_FEATURE_1_SHSTK property report. Supported
for Linux/i386 and Linux/x86_64.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200409/dd5aa5fe/attachment.html>
More information about the llvm-bugs
mailing list