mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-16 18:30:52 +00:00
Kill another reference to in-source builds
llvm-svn: 249067
This commit is contained in:
parent
a0b6521d43
commit
e2a1985c98
@ -47,14 +47,11 @@ source tree in the ``lib/Transforms/Hello`` directory.
|
||||
Setting up the build environment
|
||||
--------------------------------
|
||||
|
||||
.. FIXME: Why does this recommend to build in-tree?
|
||||
|
||||
First, configure and build LLVM. This needs to be done directly inside the
|
||||
LLVM source tree rather than in a separate objects directory. Next, you need
|
||||
to create a new directory somewhere in the LLVM source base. For this example,
|
||||
we'll assume that you made ``lib/Transforms/Hello``. Finally, you must set up
|
||||
a build script (``Makefile``) that will compile the source code for the new
|
||||
pass. To do this, copy the following into ``Makefile``:
|
||||
First, configure and build LLVM. Next, you need to create a new directory
|
||||
somewhere in the LLVM source base. For this example, we'll assume that you
|
||||
made ``lib/Transforms/Hello``. Finally, you must set up a build script
|
||||
(``Makefile``) that will compile the source code for the new pass. To do this,
|
||||
copy the following into ``Makefile``:
|
||||
|
||||
.. code-block:: make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user