mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
Include information of svn repository for llvm-gcc4.
llvm-svn: 28845
This commit is contained in:
parent
00764bf1fa
commit
42d7c4019e
@ -101,6 +101,22 @@ invalid code. Instead, use the system assembler and linker.
|
|||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<p>
|
<p>
|
||||||
<ol>
|
<ol>
|
||||||
|
<li>
|
||||||
|
<p>Retrieve the appropriate llvm-gcc4-x.y.source.tar.gz archive from the llvm
|
||||||
|
web site.</p>
|
||||||
|
<p>It is also possible to download the sources of the llvm-gcc4 front end from
|
||||||
|
a read-only mirror using subversion. To check out the code the first time use;
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm <i>dst-directory</i></tt>
|
||||||
|
|
||||||
|
<p>After that, the code can be be updated in the destination directory using;
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<tt>svn update</tt>
|
||||||
|
|
||||||
|
<p>The mirror is brought up to date every evening.</p>
|
||||||
|
</li>
|
||||||
<li><p>Configure and build the LLVM libraries and tools. There are two ways to
|
<li><p>Configure and build the LLVM libraries and tools. There are two ways to
|
||||||
do this: either with <i>objdir</i> == <i>srcdir</i> or
|
do this: either with <i>objdir</i> == <i>srcdir</i> or
|
||||||
<i>objdir</i> != <i>srcdir</i>. It is recommended
|
<i>objdir</i> != <i>srcdir</i>. It is recommended
|
||||||
|
Loading…
x
Reference in New Issue
Block a user