<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </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 --- - openssl/sha_locl.h:246:3: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int'"
   href="http://llvm.org/bugs/show_bug.cgi?id=16966">16966</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>openssl/sha_locl.h:246:3: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int'
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>3.3
          </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>-New Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>z.ul-huda@grs-sim.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=11082" name="attach_11082" title="sha.c code causing the error.">attachment 11082</a> <a href="attachment.cgi?id=11082&action=edit" title="sha.c code causing the error.">[details]</a></span>
sha.c code causing the error.

I am trying to get the IR code for dedup parsec benchmark. When I try to get IR
of sha.c file I get plenty of errors like openssl/sha_locl.h:246:3: error:
unsupported inline asm: input with type 'unsigned long' matching output with
type 'unsigned int'. 

The command I am running is: clang -g -c -O0 -emit-llvm -o sha.bc sha.c</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>