<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 - using -Xopenmp-target -march=armv8.2-a+sve to build fatbinay showed __clang_arm_builtin_alias error"
   href="https://bugs.llvm.org/show_bug.cgi?id=50747">50747</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>using -Xopenmp-target -march=armv8.2-a+sve to build fatbinay  showed __clang_arm_builtin_alias error
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>11.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>OpenMP
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>lqxsswork@163.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=24961" name="attach_24961" title="code for sme test">attachment 24961</a> <a href="attachment.cgi?id=24961&action=edit" title="code for sme test">[details]</a></span>
code for sme test

Bug reproduce:

clang -o test  -march=armv8.2-a+sve -fopenmp
-fopenmp-targets=aarch64-unknown-linux-gnu -Xopenmp-target -march=armv8.2-a+sve
 sme_test.c

Error Info:

error: '__clang_arm_builtin_alias' attribute can only be applied to an ARM
builtin
__aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svabd_n_s16_x)))

fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

Some analysis:</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>