Skip to content
Snippets Groups Projects
Commit e90b1c23 authored by Yury Gribov's avatar Yury Gribov
Browse files

Mention that libcxx is required to build Compiler-RT tests on OS X.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247696 91177308-0d34-0410-b5e6-96231b3b80d8
parent 24a60ad0
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,14 @@ follows:</p> ...@@ -76,6 +76,14 @@ follows:</p>
<li><tt>cd ../..</tt></li> <li><tt>cd ../..</tt></li>
</ul> </ul>
</li> </li>
<li>Checkout libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise)
<ul>
<li><tt>cd llvm/projects</tt></li>
<li><tt>svn co http://llvm.org/svn/llvm-project/libcxx/trunk
libcxx</tt></li>
<li><tt>cd ../..</tt></li>
</ul>
</li>
<li>Build LLVM and Clang: <li>Build LLVM and Clang:
<ul> <ul>
<li><tt>mkdir build</tt> (in-tree build is not supported)</li> <li><tt>mkdir build</tt> (in-tree build is not supported)</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment