<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 --- - Make Clang output SEH exception code for x86_64-w64-mingw32"
   href="http://llvm.org/bugs/show_bug.cgi?id=18654">18654</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Make Clang output SEH exception code for x86_64-w64-mingw32
          </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>Windows NT
          </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>Driver
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>vanboxem.ruben@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=11970" name="attach_11970" title="SEH codegen/driver patch">attachment 11970</a> <a href="attachment.cgi?id=11970&action=edit" title="SEH codegen/driver patch">[details]</a></span>
SEH codegen/driver patch

For x64, Kai Nacke, aka redstar, has been working on SEH in LLVM.

With his WIP patch (see e.g.
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140106/200863.html">http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140106/200863.html</a>),
and my MinGW Driver code (see <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Implement MinGW(-w64) Clang Driver code"
   href="show_bug.cgi?id=18546">http://llvm.org/bugs/show_bug.cgi?id=18546</a>), and
attached modifications for the CG/Driver/Frontend, the necessary changes are
done to generate calls to the seh gcc personality functions. Basic testing
(hello world throw-catch) works with GCC 4.8.2's libraries.</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>