<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 - clang frontend command failed due to signal"
   href="https://bugs.llvm.org/show_bug.cgi?id=36917">36917</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang frontend command failed due to signal
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>trunk
          </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>Frontend
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>zhangjun02@ict.ac.cn
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I am try to compile the 401.bzip2 using the following commands:

COMP_CONF = -DSPEC_CPU -DNDEBUG -O2 -fno-strict-aliasing -DSPEC_CPU_LP64
-emit-llvm -c

 comp_bc:
         clang ${COMP_CONF} spec.c -o spec.bc
         clang ${COMP_CONF} blocksort.c -o blocksort.bc
         clang ${COMP_CONF} bzip2.c -o bzip2.bc
         clang ${COMP_CONF} bzlib.c -o bzlib.bc
         clang ${COMP_CONF} compress.c -o compress.bc
         clang ${COMP_CONF} crctable.c -o crctable.bc
         clang ${COMP_CONF} decompress.c -o decompress.bc
         clang ${COMP_CONF} huffman.c -o huffman.bc
         clang ${COMP_CONF} randtable.c -o randtable.bc</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>