<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add -z cet-report=[none|warning|error]"
   href="https://bugs.llvm.org/show_bug.cgi?id=45483">45483</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Add -z cet-report=[none|warning|error]
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ELF
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>hjl.tools@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>annita.zhang@intel.com, i@maskray.me, llvm-bugs@lists.llvm.org, smithp352@googlemail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>