<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 - Crash during global initialization"
   href="https://bugs.llvm.org/show_bug.cgi?id=37594">37594</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Crash during global initialization
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Sun
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Solaris
          </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>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>phantall@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I'm building on Solaris 10 / sparcv9 hardware.

I built with the following:

    cmake ../src/llvm \
    -DCMAKE_C_COMPILER=gcc-4.9.2 \
    -DCMAKE_CXX_COMPILER=g++-4.9.2 \
    -DGCC_INSTALL_PREFIX=$(dirname $(dirname $(which gcc-4.9.2))) \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo

    make -j32

I also tried building with gcc 7.2.0.  In both cases when clang-tblgen and
llvm-tblgen execute they crash while executing constructors for what I assume
is code related to parsing command-line arguments.

The machine I'm building on isn't connected to a network and I don't have the
means to copy build logs off to attach, so I've hand-typed some info I hope
will be useful (attachment forthcoming).</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>