<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 --- - Untangle libunwind from libc++abi and compiler-rt"
   href="https://llvm.org/bugs/show_bug.cgi?id=23364">23364</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Untangle libunwind from libc++abi and compiler-rt
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libc++abi
          </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>renato.golin@linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu, mclow.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Now that we moved libunwind to its own repository, and have made it compile and
run on buildbots around, we need to make sure we get all dependencies correct:

1. No hard-coded dependencies on any other component. Most relevant are
compiler-rt and libc++abi.

2. No cyclic dependency between all three low-level libraries, with both
compiler-rt and libc++abi using libunwind and not each other.

3. Build systems / CMake files need to be aware of the existence, so libunwind
can be used inside LLVM (projects/libunwind) and be used directly by
compiler-rt/libc+abi in case CMake options allow for this.

4. Different systems will have different defaults. For example, it's perfectly
valid for GNU systems to rely on libgcc / libgcc_s by default and BSD systems
to rely on compiler-rt / libunwind. There should be CMake settings for either
to change their behaviour.

5. All tests must pass in the targets they were passing before, namely
x86_64/ARM on linux/darwin.</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>