<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 - test /test/CodeGenOpenCL/address-spaces-mangling.cl Broken (as is address-space-map-mangling=no)"
   href="https://bugs.llvm.org/show_bug.cgi?id=40029">40029</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test /test/CodeGenOpenCL/address-spaces-mangling.cl Broken (as is address-space-map-mangling=no)
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>7.0
          </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>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>OpenCL
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>erich.keane@intel.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>anastasia.stulova@arm.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>A bunch of the test-prefixes are incorrect, which causes it to not properly
test in the address-space-map-mangling=no case.

There are a bunch named ASMAN10/ASMAN20/NOASMAN10/NOASMAN20 that are actually
spelled with a "G" (ASMANG10) in the space below.

Fixing these causes the test to fail in the 'NO' cases:

--
/export/iusers/ekeane1/workspaces/llorg/llvm/tools/clang/test/CodeGenOpenCL/address-spaces-mangling.cl:17:16:
error: NOASMANG10: expected string not found in input
// NOASMANG10: @_Z2ffPi
               ^
<stdin>:1:1: note: scanning from here
; ModuleID =
'/export/iusers/ekeane1/workspaces/llorg/llvm/tools/clang/test/CodeGenOpenCL/address-spaces-mangling.cl'
^
<stdin>:7:13: note: possible intended match here
define void @_Z2ffPU9CLprivatei(i32* nocapture %arg) local_unnamed_addr #0 {</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>