Lines Matching +full:libcxxabi +full:-
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
26 <a href="http://lists.llvm.org/mailman/listinfo/libcxx-dev">libcxx-dev</a>
27 <a href="http://lists.llvm.org/mailman/listinfo/libcxx-commits">libcxx-commits</a>
29 <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a>
30 <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a>
35 <!--*********************************************************************-->
37 <!--*********************************************************************-->
44 under the MIT license and the UIUC License (a BSD-like license).</p>
46 <!--=====================================================================-->
48 <!--=====================================================================-->
53 <li>On Mac OS X, be ABI compatible with the existing low-level support.</li>
56 <!--=====================================================================-->
58 <!--=====================================================================-->
66 <!--=====================================================================-->
67 <h2 id="dir-structure">Current Status</h2>
68 <!--=====================================================================-->
73 <!--=====================================================================-->
75 <!--=====================================================================-->
80 <li><code>svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi</code></li>
85 <li>Check out libcxxabi into <code>llvm/projects</code></li>
97 <li><code>cd libcxxabi</code></li>
99 <li><code>cmake -DLIBCXXABI_LIBCXX_PATH=path/to/libcxx .. # on
100 linux you may need -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++</code></li>
103 <p> By default CMake uses <code>llvm-config</code> to locate the required
104 LLVM sources. If CMake cannot find <code>llvm-config</code> then you must
108 <li><code>-DLLVM_CONFIG_PATH=path/to/llvm-config</code></li>
109 <li><code>-DLLVM_PATH=path/to/llvm-source-root</code></li>
116 <li><code>make check-cxxabi</code></li>
123 (<a href="http://lists.llvm.org/mailman/listinfo/libcxx-dev">libcxx-dev mailing list</a>).</p>
125 <!--=====================================================================-->
127 <!--=====================================================================-->
140 <p>--Howard Hinnant</p>