<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 - Fatal error occurs when build the llvm with aarch64 processor without insn stzg"
   href="https://bugs.llvm.org/show_bug.cgi?id=51121">51121</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fatal error occurs when build the llvm with aarch64 processor without insn stzg
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>zhongyunde@tom.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>llvm newest commit doesn't support built on Arm machine without support
Armv8.5-A ? (the insn stzg is Armv8.5-A Memory Tagging Extension, and will be
support after binutils 2.32, while our default as is 2.31)

when I building with the newest commit node c5dfee44, report Error: selected
processor does not support stzg

then I find a related patch and find the insn stzg is Armv8.5-A new added insn,
see more detail as following link, and will be support after binutils 2.32.

 <a href="https://sourceware.org/pipermail/binutils-cvs/2019-January/050001.html">https://sourceware.org/pipermail/binutils-cvs/2019-January/050001.html</a>, you'll</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>