X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FMakefileGuide.rst;h=a5e273124a41cde2c02343c9c9e39b7a13521e11;hb=4d97a1a559452358bca063a53454ce743495a680;hp=0724f340cc3ccf55cdf2d4119a9ea759529b0ff8;hpb=40c5c3b741fd301a1b4c19407016442cd3a6dfde;p=oota-llvm.git diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst index 0724f340cc3..a5e273124a4 100644 --- a/docs/MakefileGuide.rst +++ b/docs/MakefileGuide.rst @@ -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 `_ page. +For further details, consult the `Projects `_ page. Variable Values --------------- @@ -168,9 +166,9 @@ openable with the ``dlopen`` function and searchable with the ``dlsym`` function (or your operating system's equivalents). While this isn't strictly necessary on 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. `Pass documentation -`_ has an example of -why you might want to do this. +intend to be loaded into an tool via the ``-load`` option. :ref:`Pass +documentation ` has an example of why you might +want to do this. Loadable Modules ^^^^^^^^^^^^^^^^