diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-02-19 17:00:29 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-02-19 17:00:29 +0000 |
commit | 05bff5a0a8aebb7de4b7a96515bcc65fa618bcb5 (patch) | |
tree | b0aa037f9561434d526fc97d1d0a877ee18eba54 | |
parent | 27a7885228df4e449215679d1a063ddea00b6a27 (diff) | |
download | bcm5719-llvm-05bff5a0a8aebb7de4b7a96515bcc65fa618bcb5.tar.gz bcm5719-llvm-05bff5a0a8aebb7de4b7a96515bcc65fa618bcb5.zip |
index.rst: Remove Dragonegg link
llvm-svn: 354352
-rw-r--r-- | llvm/docs/index.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 4527fe51053..a424f8e1ce2 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -55,11 +55,10 @@ User Guides For those new to the LLVM system. -NOTE: If you are a user who is only interested in using LLVM-based -compilers, you should look into `Clang <http://clang.llvm.org>`_ or -`DragonEgg <http://dragonegg.llvm.org>`_ instead. The documentation here is -intended for users who have a need to work with the intermediate LLVM -representation. +NOTE: If you are a user who is only interested in using an LLVM-based compiler, +you should look into `Clang <http://clang.llvm.org>`_ instead. The +documentation here is intended for users who have a need to work with the +intermediate LLVM representation. .. toctree:: :hidden: |