<html>
    <head>
      <base href="https://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 --- - Regression failure with 3.7 branch (r242692)" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24205&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=BIcE8_1heN-G2LpUkUBtWoIt67koJfHs30koi01-6Yc&s=Die4foZsu0xHFewNEf8QvdGCUsTakf1PReQ_3pXI-Nk&e=">24205</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Regression failure with 3.7 branch (r242692)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>All Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>eugene.zelenko@gmail.com
          </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=14625" name="attach_14625" title="Regression output">attachment 14625</a> <a href="attachment.cgi?id=14625&action=edit" title="Regression output">[details]</a></span>
Regression output

I had crash with elf/start-stop-sym.test on my RHEL 6 build.

Test case seems to relate to MIPS, but I build only X86 target.

My LLVM/Clang/LLD CMake options:

${CMake}                                                        \
        -DCMAKE_BUILD_TYPE="Release"                            \
        -DCMAKE_INSTALL_PREFIX:PATH=${InstallDir}               \
        -DCMAKE_C_COMPILER=${LLVMPass1Dir}/bin/clang            \
        -DCMAKE_C_FLAGS="-m64"                                  \
        -DCMAKE_CXX_COMPILER=${LLVMPass1Dir}/bin/clang++        \
        -DCMAKE_CXX_FLAGS="-m64 -stdlib=libc++"                 \
        -DCMAKE_EXE_LINKER_FLAGS="-lc++abi -lc++"               \
        -DCMAKE_SHARED_LINKER_FLAGS="-lc++abi -lc++"            \
        -DPYTHON_EXECUTABLE=${PythonDir}/bin/python             \
        -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON                        \
        -DLLVM_LIBDIR_SUFFIX=64                                 \
        -DLLVM_TARGETS_TO_BUILD="X86"                           \
        ${LLVMSourceDir}</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>