diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-03-25 17:08:25 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-03-25 17:08:25 +0000 |
commit | 9409a64eb07b1558191fd313eb6fc871f2b2a6a0 (patch) | |
tree | d85a1501a7bad40902cc8b8a71ee235e6b23b3b6 /docs/GettingStarted.rst | |
parent | c82fba27fe6205e5ecdc80fb53e10675db07dfff (diff) |
Documentation: Replace dead link for binfmt_misc
Patch by Thomas Schwinge.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r-- | docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index e005101c4d..2515c9dbcd 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -1008,7 +1008,7 @@ Optional Configuration Items ---------------------------- If you're running on a Linux system that supports the `binfmt_misc -<http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html>`_ +<http://en.wikipedia.org/wiki/binfmt_misc>`_ module, and you have root access on the system, you can set your system up to execute LLVM bitcode files directly. To do this, use commands like this (the first command may not be required if you are already using the module): |