[Object] Modify OwningBinary's interface to separate inspection from ownership.
[oota-llvm.git] / docs / MakefileGuide.rst
index df37e8904e7d53d8c422ce642f36699c498dc6ec..a5e273124a41cde2c02343c9c9e39b7a13521e11 100644 (file)
@@ -47,9 +47,7 @@ quickly by utilizing the built-in features that are used to compile LLVM. LLVM
 compiles itself using the same features of the makefile system as used for
 projects.
 
-For complete details on setting up your projects configuration, simply mimic the
-``llvm/projects/sample`` project. Or for further details, consult the
-`Projects <Projects.html>`_ page.
+For further details, consult the `Projects <Projects.html>`_ page.
 
 Variable Values
 ---------------
@@ -169,7 +167,7 @@ openable with the ``dlopen`` function and searchable with the ``dlsym`` function
 Linux and a few other platforms, it is required on systems like HP-UX and
 Darwin. You should use ``LOADABLE_MODULE`` for any shared library that you
 intend to be loaded into an tool via the ``-load`` option.  :ref:`Pass
-documentation <writing-an-llvm-pass-makefile>`_ has an example of why you might
+documentation <writing-an-llvm-pass-makefile>` has an example of why you might
 want to do this.
 
 Loadable Modules